A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

D

DAR_16_9 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing a display aspect ratio of 16:9
DAR_4_3 - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing a display aspect ratio of 4:3
DARK_GRAY - Static variable in class java.awt.Color
An object of type Color representing the color dark gray.
darker() - Method in class java.awt.Color
Creates a new Color that is a darker version of this Color.
darker() - Method in class javax.tv.graphics.AlphaColor
Creates a darker version of this color.
darker() - Method in class org.dvb.ui.DVBColor
Creates a darker version of this color.
darkGray - Static variable in class java.awt.Color
An object of type Color representing the color dark gray.
DASH_PUNCTUATION - Static variable in class java.lang.Character
General category "Pd" in the Unicode specification.
DATA - Static variable in class javax.tv.service.navigation.StreamType
Data component.
data - Variable in class org.havi.ui.HChangeData
The data object for this HChangeData.
DATA_APPLICATION - Static variable in class javax.tv.service.ServiceType
Data application service type identifying an interactive application.
DATA_BROADCAST - Static variable in class javax.tv.service.ServiceType
Data broadcast service type identifying a data service.
DATA_BROADCAST_ID - Static variable in interface org.ocap.si.DescriptorTag
MHP data_broadcast_id_descriptor.
DATA_STREAM_ALIGNMENT - Static variable in interface org.ocap.si.DescriptorTag
MPEG-2 data_stream_alignment_descriptor.
DATA_UNAVAILABLE - Static variable in class javax.tv.service.SIRequestFailureType
The reason generated when the system cannot find the requested data.
DatabaseException - Exception in org.ocap.hn.content
Exception that is thrown when a database error occurs
DatabaseException(String, int) - Constructor for exception org.ocap.hn.content.DatabaseException
 
DatabaseQuery - Class in org.ocap.hn.content.navigation
DatabaseQuery class.
DatabaseQuery() - Constructor for class org.ocap.hn.content.navigation.DatabaseQuery
 
DataBuffer - Class in java.awt.image
The DataBuffer class defines data storage formats used in various image operations.
DataFormatException - Exception in java.util.zip
Signals that a data format error has occurred.
DataFormatException() - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with no detail message.
DataFormatException(String) - Constructor for exception java.util.zip.DataFormatException
Constructs a DataFormatException with the specified detail message.
Datagram - Interface in javax.microedition.io
This class defines an abstract interface for datagram packets.
DatagramConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
DatagramPacket - Class in java.net
This class represents a datagram packet.
DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length, specifying an offset into the buffer.
DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
Constructs a DatagramPacket for receiving packets of length length.
DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length with offset ioffsetto the specified port number on the specified host.
DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
Constructs a datagram packet for sending packets of length length to the specified port number on the specified host.
DatagramSocket - Class in java.net
This class represents a socket for sending and receiving datagram packets.
DatagramSocket() - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to any available port on the local host machine.
DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local socket address.
DatagramSocket(int) - Constructor for class java.net.DatagramSocket
Constructs a datagram socket and binds it to the specified port on the local host machine.
DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
Creates a datagram socket, bound to the specified local address.
DatagramSocketBufferControl - Class in org.dvb.net
This class provides additional control over buffering for DatagramSockets.
DatagramSocketImpl - Class in java.net
Abstract datagram and multicast socket implementation base class.
DatagramSocketImpl() - Constructor for class java.net.DatagramSocketImpl
 
DatagramSocketImplFactory - Interface in java.net
This interface defines a factory for datagram socket implementations.
DataInput - Interface in java.io
The DataInput interface provides for reading bytes from a binary stream and reconstructing from them data in any of the Java primitive types.
DataInputStream - Class in java.io
A data input stream lets an application read primitive Java data types from an underlying input stream in a machine-independent way.
DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
Creates a DataInputStream that uses the specified underlying InputStream.
DataOutput - Interface in java.io
The DataOutput interface provides for converting data from any of the Java primitive types to a series of bytes and writing these bytes to a binary stream.
DataOutputStream - Class in java.io
A data output stream lets an application write primitive Java data types to an output stream in a portable way.
DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
Creates a new data output stream to write data to the specified underlying output stream.
DataSource - Class in javax.media.protocol
 
DataSource() - Constructor for class javax.media.protocol.DataSource
 
DataSource(MediaLocator) - Constructor for class javax.media.protocol.DataSource
 
DataStarvedEvent - Class in javax.media
 
DataStarvedEvent(Controller, int, int, int, Time) - Constructor for class javax.media.DataStarvedEvent
 
DATE - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
Date - Class in java.util
The class Date represents a specific instant in time, with millisecond precision.
Date() - Constructor for class java.util.Date
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
Date(long) - Constructor for class java.util.Date
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
DATE_FIELD - Static variable in class java.text.DateFormat
Useful constant for DATE field alignment.
DateFormat - Class in java.text
DateFormat is an abstract class for date/time formatting subclasses which formats and parses dates or time in a language-independent manner.
DateFormat.Field - Class in java.text
Defines constants that are used as attribute keys in the AttributedCharacterIterator returned from DateFormat.formatToCharacterIterator and as field identifiers in FieldPosition.
DateFormatSymbols - Class in java.text
DateFormatSymbols is a public class for encapsulating localizable date-time formatting data, such as the names of the months, the names of the days of the week, and the time zone data.
DateFormatSymbols() - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the default locale.
DateFormatSymbols(Locale) - Constructor for class java.text.DateFormatSymbols
Construct a DateFormatSymbols object by loading format data from resources for the given locale.
DAY_OF_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the day of month field.
DAY_OF_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the month.
DAY_OF_WEEK - Static variable in class java.text.DateFormat.Field
Constant identifying the day of week field.
DAY_OF_WEEK - Static variable in class java.util.Calendar
Field number for get and set indicating the day of the week.
DAY_OF_WEEK_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK field alignment.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.text.DateFormat.Field
Constant identifying the day of week field.
DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
Field number for get and set indicating the ordinal number of the day of the week within the current month.
DAY_OF_WEEK_IN_MONTH_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_WEEK_IN_MONTH field alignment.
DAY_OF_YEAR - Static variable in class java.text.DateFormat.Field
Constant identifying the day of year field.
DAY_OF_YEAR - Static variable in class java.util.Calendar
Field number for get and set indicating the day number within the current year.
DAY_OF_YEAR_FIELD - Static variable in class java.text.DateFormat
Useful constant for DAY_OF_YEAR field alignment.
DAYLIGHT_SAVINGS_TIME - Static variable in interface org.ocap.si.DescriptorTag
SCTE daylight_savings_time_descriptor.
deallocate() - Method in interface javax.media.Controller
 
DeallocateEvent - Class in javax.media
 
DeallocateEvent(Controller, int, int, int, Time) - Constructor for class javax.media.DeallocateEvent
 
DECEMBER - Static variable in class java.util.Calendar
Value of the MONTH field indicating the twelfth month of the year.
DECIMAL_DIGIT_NUMBER - Static variable in class java.lang.Character
General category "Nd" in the Unicode specification.
DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
Constant identifying the decimal separator field.
DecimalFormat - Class in java.text
DecimalFormat is a concrete subclass of NumberFormat that formats decimal numbers.
DecimalFormat() - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the default pattern and symbols for the default locale.
DecimalFormat(String) - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the given pattern and the symbols for the default locale.
DecimalFormat(String, DecimalFormatSymbols) - Constructor for class java.text.DecimalFormat
Creates a DecimalFormat using the given pattern and symbols.
DecimalFormatSymbols - Class in java.text
This class represents the set of symbols (such as the decimal separator, the grouping separator, and so on) needed by DecimalFormat to format numbers.
DecimalFormatSymbols() - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the default locale.
DecimalFormatSymbols(Locale) - Constructor for class java.text.DecimalFormatSymbols
Create a DecimalFormatSymbols object for the given locale.
DECLARED - Static variable in interface java.lang.reflect.Member
Identifies the set of declared members of a class or interface.
decode(String) - Static method in class java.awt.Color
Converts a String to an integer and returns the specified opaque Color.
decode(String) - Static method in class java.awt.Font
Returns the Font that the str argument describes.
decode(String) - Static method in class java.lang.Byte
Decodes a String into a Byte.
decode(String) - Static method in class java.lang.Integer
Decodes a String into an Integer.
decode(String) - Static method in class java.lang.Long
Decodes a String into a Long.
decode(String) - Static method in class java.lang.Short
Decodes a String into a Short.
decode(String) - Static method in class java.net.URLDecoder
Deprecated. The resulting string may vary depending on the platform's default encoding. Instead, use the decode(String,String) method to specify the encoding.
decode(String, String) - Static method in class java.net.URLDecoder
Decodes a application/x-www-form-urlencoded string using a specific encoding scheme.
decode(InputStream) - Method in interface java.security.Certificate
Deprecated. Decodes a certificate from an input stream.
DEFAULT - Static variable in class java.text.DateFormat
Constant for default style pattern.
DEFAULT_COMPRESSION - Static variable in class java.util.zip.Deflater
Default compression level.
DEFAULT_CURSOR - Static variable in class java.awt.Cursor
The default cursor type (gets set if no cursor is defined).
DEFAULT_ICON_HEIGHT - Static variable in class org.havi.ui.HListGroup
A constant for use with setIconSize and getIconSize.
DEFAULT_ICON_WIDTH - Static variable in class org.havi.ui.HListGroup
A constant for use with setIconSize and getIconSize.
DEFAULT_LABEL_HEIGHT - Static variable in class org.havi.ui.HListGroup
A constant for use with setLabelSize and getLabelSize.
DEFAULT_LABEL_WIDTH - Static variable in class org.havi.ui.HListGroup
A constant for use with setLabelSize and getLabelSize.
DEFAULT_STRATEGY - Static variable in class java.util.zip.Deflater
Default compression strategy.
defaulted(String) - Method in class java.io.ObjectInputStream.GetField
Return true if the named field is defaulted and has no value in this stream.
DefaultFocusTraversalPolicy - Class in java.awt
A FocusTraversalPolicy that determines traversal order based on the order of child Components in a Container.
DefaultFocusTraversalPolicy() - Constructor for class java.awt.DefaultFocusTraversalPolicy
 
defaultReadObject() - Method in class java.io.ObjectInputStream
Read the non-static and non-transient fields of the current class from this stream.
defaultWriteObject() - Method in class java.io.ObjectOutputStream
Write the non-static and non-transient fields of the current class to this stream.
DEFERRED_DOWNLOAD_EVENT_LISTENER - Static variable in class org.ocap.system.event.SystemEventManager
Identifies the deferred download event listener.
DeferredDownloadEvent - Class in org.ocap.system.event
This class represents an event returned by the system when a deferred download is instigated by the receipt of a code version table with download_command = 0x01 (see [CCIF 2.0]).
DeferredDownloadEvent(int) - Constructor for class org.ocap.system.event.DeferredDownloadEvent
System event constructor assigns an eventId, Date, and ApplicationIdentifier.
deflate(byte[], int, int) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
deflate(byte[]) - Method in class java.util.zip.Deflater
Fills specified buffer with compressed data.
DEFLATED - Static variable in class java.util.zip.Deflater
Compression method for the deflate algorithm (the only one currently supported).
DEFLATED - Static variable in class java.util.zip.ZipEntry
Compression method for compressed (deflated) entries.
DEFLATED - Static variable in class java.util.zip.ZipOutputStream
Compression method for compressed (DEFLATED) entries.
Deflater - Class in java.util.zip
This class provides support for general purpose compression using the popular ZLIB compression library.
Deflater(int, boolean) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater(int) - Constructor for class java.util.zip.Deflater
Creates a new compressor using the specified compression level.
Deflater() - Constructor for class java.util.zip.Deflater
Creates a new compressor with the default compression level.
DeflaterOutputStream - Class in java.util.zip
This class implements an output stream filter for compressing data in the "deflate" compression format.
DeflaterOutputStream(OutputStream, Deflater, int) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and buffer size.
DeflaterOutputStream(OutputStream, Deflater) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with the specified compressor and a default buffer size.
DeflaterOutputStream(OutputStream) - Constructor for class java.util.zip.DeflaterOutputStream
Creates a new output stream with a defaul compressor and buffer size.
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
delete() - Method in class java.io.File
Deletes the file or directory denoted by this abstract pathname.
delete(int, int) - Method in class java.lang.StringBuffer
Removes the characters in a substring of this StringBuffer.
delete() - Method in interface org.ocap.hn.content.ContentContainer
Deletes this ContentContainer if and only if it is empty.
delete() - Method in interface org.ocap.hn.content.ContentEntry
Deletes this ContentEntry.
delete() - Method in interface org.ocap.hn.content.ContentItem
Deletes this ContentItem.
delete() - Method in interface org.ocap.hn.content.ContentResource
Deletes the binary representation of this ContentResource and the ContentResource is removed from any containing ContentEntry.
delete() - Method in class org.ocap.hn.content.RecordingContentItem
 
delete(Locator, NetActionHandler) - Method in interface org.ocap.hn.ContentManagementModule
Deletes a file or a recorded service on a remote device.
delete() - Method in interface org.ocap.shared.dvr.RecordedService
Deletes the recorded service.
delete() - Method in interface org.ocap.shared.dvr.RecordingRequest
Deletes the recording request from the database.
DELETE_AT_EXPIRATION - Static variable in class org.ocap.dvr.OcapRecordingProperties
Indicates a recording SHALL be deleted by the implementation as soon as its expiration date is reached.
deleteCharAt(int) - Method in class java.lang.StringBuffer
Removes the character at the specified position in this StringBuffer (shortening the StringBuffer by one character).
deleteContents() - Method in interface org.ocap.hn.content.ContentContainer
Deletes all the ContentEntry objects in this container except for ContentContainer entries.
DELETED_STATE - Static variable in interface org.ocap.shared.dvr.LeafRecordingRequest
The recorded service corresponding to this recording request has been deleted.
deleteEntry(String) - Method in class java.security.KeyStore
Deletes the entry identified by the given alias from this keystore.
deleteNextChar() - Method in class org.havi.ui.HSinglelineEntry
Delete a character forward of the current caret position.
deleteObserver(Observer) - Method in class java.util.Observable
Deletes an observer from the set of observers of this object.
deleteObservers() - Method in class java.util.Observable
Clears the observer list so that this object no longer has any observers.
deleteOnExit() - Method in class java.io.File
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates.
deleteOwner(Principal, Principal) - Method in interface java.security.acl.Owner
Deletes an owner.
deletePreviousChar() - Method in class org.havi.ui.HSinglelineEntry
Delete a character behind the current caret position.
deleteRecursive(boolean) - Method in interface org.ocap.hn.content.ContentContainer
Deletes this ContentContainer and all of its ContentEntry objects.
deleteVolume(LogicalStorageVolume) - Method in interface org.ocap.storage.StorageProxy
Deletes a LogicalStorageVolume.
DeletionDetails - Class in org.ocap.shared.dvr
This class contains details about the deletion of a recorded service.
DeletionDetails(int, Date) - Constructor for class org.ocap.shared.dvr.DeletionDetails
Constructs a DeletionDetails
DeliverySystemType - Class in javax.tv.service.navigation
This class represents values of various types of delivery systems, for example, satellite, cable, etc.
DeliverySystemType - Interface in org.davic.net.tuning
An interface that defines constant values for delivery system types
DENY - Static variable in class org.ocap.application.AppPattern
When AppFilter.accept finds a matching AppPattern with this action, it returns false.
deschedule(TVTimerSpec) - Method in class javax.tv.util.TVTimer
Removes a timer specification from the set of monitored specifications.
DESCRIPTION - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
A brief description of the content item.
Descriptor - Class in org.ocap.si
This class represents an MPEG-2 descriptor.
Descriptor() - Constructor for class org.ocap.si.Descriptor
 
DescriptorTag - Interface in org.ocap.si
The DescriptorTag contains constant values to be read from the descriptor_tag field in a Descriptor.
DESELECTED - Static variable in class java.awt.event.ItemEvent
This state-change-value indicates that a selected item was deselected.
desiredAssertionStatus() - Method in class java.lang.Class
Returns the assertion status that would be assigned to this class if it were to be initialized at the time this method is invoked.
DESKTOP - Static variable in class java.awt.SystemColor
The array index for the desktop system color.
desktop - Static variable in class java.awt.SystemColor
The color rendered for the background of the desktop.
destroy() - Method in class java.lang.Process
Kills the subprocess.
destroy() - Method in class java.lang.Thread
Destroys this thread, without any cleanup.
destroy() - Method in class java.lang.ThreadGroup
Destroys this thread group and all of its subgroups.
destroy() - Method in interface javax.tv.service.selection.ServiceContext
Causes the ServiceContext to release all resources and enter the destroyed state.
destroy() - Method in interface org.dvb.spi.selection.SelectionSession
Called by the platform when the service bound to this session is no longer being used by the implementation.
DESTROY - Static variable in interface org.ocap.application.OcapAppAttributes
This represents the application control code "DESTROY" defined for the application_control_code in an AIT or a XAIT.
DESTROYED - Static variable in interface org.dvb.application.AppProxy
The application is in the destroyed state.
destroyXlet(boolean) - Method in interface javax.microedition.xlet.Xlet
Signals the Xlet to terminate and enter the Destroyed state.
destroyXlet(boolean) - Method in interface javax.tv.xlet.Xlet
Signals the Xlet to terminate and enter the Destroyed state.
detach() - Method in class org.davic.mpeg.sections.SectionFilterGroup
Returns a SectionFilterGroup to the disconnected state.
detach() - Method in class org.dvb.dsmcc.ServiceDomain
A call to this method is a hint that the applications gives to the MHP to unmount the volume and delete the objects of the service domain.
detach() - Method in class org.ocap.media.VBIFilterGroup
Releases all filters in this VBIFilterGroup and terminates the connection to the ServiceContext.
DetachableStorageOption - Interface in org.ocap.storage
This interface represents an external device that can be detached.
detail - Variable in exception java.io.WriteAbortedException
Exception that was caught while writing the ObjectStream.
detail - Variable in exception java.rmi.RemoteException
Nested Exception to hold wrapped remote exception.
DEVANAGARI - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
DEVANAGARI - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character ranges (U+0900..U+097F) and (U+200C..U+200D) as defined in ISO 10646-1(E) normative Annex A
Device - Interface in org.ocap.hn
The Device interface represents a Homenetwork device that supports homenetwork NetModules.
DEVICE_ERROR - Static variable in interface org.ocap.storage.StorageProxy
Returned by StorageProxy.getStatus() to indicate that the device is in an unrecoverable error state and cannot be used.
DeviceFilter - Class in org.ocap.hn.content.navigation
This class represents a filtering criteria based on a particular device.
DeviceFilter(Device) - Constructor for class org.ocap.hn.content.navigation.DeviceFilter
Creates a new DeviceFilter.
DFC_PLATFORM - Static variable in interface org.dvb.media.VideoFormatControl
Control over the decoder format conversions is returned to being managed by the platform.
DFC_PROCESSING_16_9_ZOOM - Static variable in interface org.dvb.media.VideoFormatControl
The central 16:9 letterbox area of the 4:3 720 x 576 input grid is expanded to fill the 16:9 output frame.
DFC_PROCESSING_CCO - Static variable in interface org.dvb.media.VideoFormatControl
A 4:3 central part out of the 720 x 576 input 16:9 frame is transferred into a 720 x 576 4:3 output frame
DFC_PROCESSING_FULL - Static variable in interface org.dvb.media.VideoFormatControl
The full 720 x 576 frame is transferred (this may be either 4:3 or 16:9; part of this may be black, e.g.
DFC_PROCESSING_LB_14_9 - Static variable in interface org.dvb.media.VideoFormatControl
The 720 x 576 input grid is transferred into a 14:9 LB in a 4:3 frame
DFC_PROCESSING_LB_16_9 - Static variable in interface org.dvb.media.VideoFormatControl
The 720 x 576 input grid is transferred into a 16:9 letterbox in a 4:3 frame
DFC_PROCESSING_LB_2_21_1_ON_16_9 - Static variable in interface org.dvb.media.VideoFormatControl
The 720 x 576 input grid is transferred into a 2.21:1 letterbox in a 16:9 frame.
DFC_PROCESSING_LB_2_21_1_ON_4_3 - Static variable in interface org.dvb.media.VideoFormatControl
The 720 x 576 input grid is transferred into a 2.21:1 letterbox in a 4:3 frame.
DFC_PROCESSING_NONE - Static variable in interface org.dvb.media.VideoFormatControl
Decoder format conversion is inactive
DFC_PROCESSING_PAN_SCAN - Static variable in interface org.dvb.media.VideoFormatControl
A 4:3 part out of the 720 x 576 input 16:9 or 2.21:1 frame is transferred into a 720 x 576 4:3 output frame.
DFC_PROCESSING_PILLARBOX_4_3 - Static variable in interface org.ocap.media.VideoFormatControl
Constant representing the pillarbox conversion of the 4:3 input video to 16:9 output video.
DFC_PROCESSING_UNKNOWN - Static variable in interface org.dvb.media.VideoFormatControl
Constant representing an unknown format conversion being performed by the decoder
DFC_PROCESSING_WIDE_4_3 - Static variable in interface org.ocap.media.VideoFormatControl
Constant representing the wide conversion of the 4:3 input video to 16:9 output video.
DFCChangedEvent - Class in org.dvb.media
Event signalling that the decoder format conversion being used has changed
DFCChangedEvent(Object, int) - Constructor for class org.dvb.media.DFCChangedEvent
Construct the event
Dictionary - Class in java.util
The Dictionary class is the abstract parent of any class, such as Hashtable, which maps keys to values.
Dictionary() - Constructor for class java.util.Dictionary
Sole constructor.
digest() - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[], int, int) - Method in class java.security.MessageDigest
Completes the hash computation by performing final operations such as padding.
digest(byte[]) - Method in class java.security.MessageDigest
Performs a final update on the digest using the specified array of bytes, then completes the digest computation.
DigestException - Exception in java.security
This is the generic Message Digest exception.
DigestException() - Constructor for exception java.security.DigestException
Constructs a DigestException with no detail message.
DigestException(String) - Constructor for exception java.security.DigestException
Constructs a DigestException with the specified detail message.
DigestInputStream - Class in java.security
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestInputStream(InputStream, MessageDigest) - Constructor for class java.security.DigestInputStream
Creates a digest input stream, using the specified input stream and message digest.
DigestOutputStream - Class in java.security
A transparent stream that updates the associated message digest using the bits going through the stream.
DigestOutputStream(OutputStream, MessageDigest) - Constructor for class java.security.DigestOutputStream
Creates a digest output stream, using the specified output stream and message digest.
digit(char, int) - Static method in class java.lang.Character
Returns the numeric value of the character ch in the specified radix.
DIGITAL_RADIO - Static variable in class javax.tv.service.ServiceType
Digital radio service type.
DIGITAL_TV - Static variable in class javax.tv.service.ServiceType
Digital TV service type.
DII_LOCATION - Static variable in interface org.ocap.si.DescriptorTag
MHP DII_location_descriptor.
Dimension - Class in java.awt
The Dimension class encapsulates the width and height of a component (in integer precision) in a single object.
Dimension() - Constructor for class java.awt.Dimension
Creates an instance of Dimension with a width of zero and a height of zero.
Dimension(Dimension) - Constructor for class java.awt.Dimension
Creates an instance of Dimension whose width and height are the same as for the specified dimension.
Dimension(int, int) - Constructor for class java.awt.Dimension
Constructs a Dimension and initializes it to the specified width and specified height.
DINGBATS - Static variable in class java.lang.Character.UnicodeBlock
Constant for the Unicode character block of the same name.
DINGBATS - Static variable in class org.havi.ui.HFontCapabilities
This corresponds to the character range (U+2700..U+27BF) as defined in ISO 10646-1(E) normative Annex A
DirectColorModel - Class in java.awt.image
The DirectColorModel class is a ColorModel class that works with pixel values that represent RGB color and alpha information as separate samples and that pack all samples for a single pixel into a single int, short, or byte quantity.
DirectColorModel(int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified masks that indicate which bits in an int pixel representation contain the red, green and blue color samples.
DirectColorModel(int, int, int, int, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified masks that indicate which bits in an int pixel representation contain the red, green and blue color samples and the alpha sample, if present.
DirectColorModel(ColorSpace, int, int, int, int, int, boolean, int) - Constructor for class java.awt.image.DirectColorModel
Constructs a DirectColorModel from the specified parameters.
DIRECTIONALITY_ARABIC_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "AN" in the Unicode specification.
DIRECTIONALITY_BOUNDARY_NEUTRAL - Static variable in class java.lang.Character
Weak bidirectional character type "BN" in the Unicode specification.
DIRECTIONALITY_COMMON_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "CS" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER - Static variable in class java.lang.Character
Weak bidirectional character type "EN" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER_SEPARATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ES" in the Unicode specification.
DIRECTIONALITY_EUROPEAN_NUMBER_TERMINATOR - Static variable in class java.lang.Character
Weak bidirectional character type "ET" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT - Static variable in class java.lang.Character
Strong bidirectional character type "L" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "LRE" in the Unicode specification.
DIRECTIONALITY_LEFT_TO_RIGHT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "LRO" in the Unicode specification.
DIRECTIONALITY_NONSPACING_MARK - Static variable in class java.lang.Character
Weak bidirectional character type "NSM" in the Unicode specification.
DIRECTIONALITY_OTHER_NEUTRALS - Static variable in class java.lang.Character
Neutral bidirectional character type "ON" in the Unicode specification.
DIRECTIONALITY_PARAGRAPH_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "B" in the Unicode specification.
DIRECTIONALITY_POP_DIRECTIONAL_FORMAT - Static variable in class java.lang.Character
Weak bidirectional character type "PDF" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT - Static variable in class java.lang.Character
Strong bidirectional character type "R" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_ARABIC - Static variable in class java.lang.Character
Strong bidirectional character type "AL" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_EMBEDDING - Static variable in class java.lang.Character
Strong bidirectional character type "RLE" in the Unicode specification.
DIRECTIONALITY_RIGHT_TO_LEFT_OVERRIDE - Static variable in class java.lang.Character
Strong bidirectional character type "RLO" in the Unicode specification.
DIRECTIONALITY_SEGMENT_SEPARATOR - Static variable in class java.lang.Character
Neutral bidirectional character type "S" in the Unicode specification.
DIRECTIONALITY_UNDEFINED - Static variable in class java.lang.Character
Undefined bidirectional character type.
DIRECTIONALITY_WHITESPACE - Static variable in class java.lang.Character
Neutral bidirectional character type "WS" in the Unicode specification.
DIRECTOR - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
Name of a director.
disable() - Static method in class java.lang.Compiler
Cause the Compiler to cease operation.
disable() - Method in class org.ocap.hardware.VideoOutputPort
Disable the video output port, that is, prevent the video output from this port.
disableBuffering() - Method in class org.ocap.dvr.OcapRecordingManager
Disables time-shift buffering and buffering without presentation.
DISABLED_ACTIONED_FOCUSED_STATE - Static variable in interface org.havi.ui.HState
This state indicates that the widget has been actioned and has input focus but is disabled.
DISABLED_ACTIONED_STATE - Static variable in interface org.havi.ui.HState
This state indicates that the widget has been actioned but is disabled.
DISABLED_FOCUSED_STATE - Static variable in interface org.havi.ui.HState
This state indicates that the widget has input focus but is disabled.
DISABLED_STATE - Static variable in interface org.havi.ui.HState
This state indicates that the widget is disabled.
DISABLED_STATE_BIT - Static variable in interface org.havi.ui.HState
This state bit indicates that the component is disabled.
disconnect() - Method in class java.net.DatagramSocket
Disconnects the socket.
disconnect() - Method in class java.net.HttpURLConnection
Indicates that other requests to the server are unlikely in the near future.
disconnect() - Method in class javax.media.protocol.DataSource
 
disconnect() - Method in class javax.media.protocol.URLDataSource
 
disconnect() - Method in class org.dvb.media.DripFeedDataSource
This method shall not be used and has no effect.
disconnect() - Method in class org.dvb.net.rc.ConnectionRCInterface
Disconnect this return channel from the current target.
dispatch() - Method in interface java.awt.ActiveEvent
Dispatch the event to its target, listeners of the events source, or do whatever it is this event is supposed to do.
dispatch() - Method in class java.awt.event.InvocationEvent
Executes the Runnable's run() method and notifies the notifier (if any) when run() returns.
dispatchEvent(AWTEvent) - Method in class java.awt.Component
Dispatches an event to this component or one of its sub components.
dispatchEvent(AWTEvent) - Method in class java.awt.im.InputContext
Dispatches an event to the active input method.
dispatchEvent(AWTEvent) - Method in class java.awt.KeyboardFocusManager
This method is called by the AWT event dispatcher requesting that the current KeyboardFocusManager dispatch the specified event on its behalf.
dispatchKeyEvent(KeyEvent) - Method in class java.awt.KeyboardFocusManager
Typically this method will be called by dispatchEvent if no other KeyEventDispatcher in the dispatcher chain dispatched the KeyEvent, or if no other KeyEventDispatchers are registered.
dispatchKeyEvent(KeyEvent) - Method in interface java.awt.KeyEventDispatcher
This method is called by the current KeyboardFocusManager requesting that this KeyEventDispatcher dispatch the specified event on its behalf.
displayImage(HBackgroundImage) - Method in class org.havi.ui.HStillImageBackgroundConfiguration
Display an image.
displayImage(HBackgroundImage, HScreenRectangle) - Method in class org.havi.ui.HStillImageBackgroundConfiguration
Display an image to cover a particular area of the screen.
dispose() - Method in class java.awt.Graphics
Disposes of this graphics context and releases any system resources that it is using.
dispose() - Method in class java.awt.im.InputContext
Disposes of the input context and release the resources used by it.
dispose() - Method in class java.awt.Window
Releases all of the native screen resources used by this Window, its subcomponents, and all of its owned children.
dispose() - Method in class org.dvb.ui.DVBBufferedImage
Disposes of this buffered image.
dispose(Color) - Method in class org.havi.ui.HGraphicsConfiguration
This method is used by an application when a color returned from those versions of the method getPunchThroughToBackgroundColor with a Color as a parameter is no longer required.
dispose() - Method in class org.havi.ui.HScene
Disposes of this HScene.
dispose(HScene) - Method in class org.havi.ui.HSceneFactory
This method allows an application to dispose of its HScene, indicating that the application has no further need for user interaction (i.e.
dispose() - Method in class org.havi.ui.HSound
If the HSound object is playing / looping then it will be stopped.
divide(BigDecimal, int, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale is as specified.
divide(BigDecimal, int) - Method in class java.math.BigDecimal
Returns a BigDecimal whose value is (this / val), and whose scale is this.scale().
divide(BigInteger) - Method in class java.math.BigInteger
Returns a BigInteger whose value is (this / val).
divideAndRemainder(BigInteger) - Method in class java.math.BigInteger
Returns an array of two BigIntegers containing (this / val) followed by (this % val).
doLayout() - Method in class java.awt.Component
Prompts the layout manager to lay out this component.
doLayout() - Method in class java.awt.Container
Causes this container to lay out its components.
DomainCombiner - Interface in java.security
A DomainCombiner provides a means to dynamically update the ProtectionDomains associated with the current AccessControlContext.
DONE - Static variable in class java.text.BreakIterator
DONE is returned by previous() and next() after all valid boundaries have been returned.
DONE - Static variable in interface java.text.CharacterIterator
Constant that is returned when the iterator has reached either the end or the beginning of the text.
DONT_CARE - Static variable in class org.havi.ui.HScreenConfigTemplate
A value for use in the priority field of the HScreenConfigTemplate.setPreference(int, int) and HScreenConfigTemplate.getPreferencePriority(int) methods in the HScreenConfigTemplate that indicates that the presence or absence of this feature in the HScreenConfiguration does not matter.
dontUseGui() - Method in interface java.beans.Visibility
This method instructs the bean that it should not use the Gui.
doPrivileged(PrivilegedAction) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled.
doPrivileged(PrivilegedAction, AccessControlContext) - Static method in class java.security.AccessController
Performs the specified PrivilegedAction with privileges enabled and restricted by the specified AccessControlContext.
doPrivileged(PrivilegedExceptionAction) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled.
doPrivileged(PrivilegedExceptionAction, AccessControlContext) - Static method in class java.security.AccessController
Performs the specified PrivilegedExceptionAction with privileges enabled and restricted by the specified AccessControlContext.
doResourceAction(ResourceAction) - Method in class org.ocap.resource.ResourceContext
Executes the given ResourceAction within the context of this ResourceContext.
doResourceAction(ResourceExceptionAction) - Method in class org.ocap.resource.ResourceContext
Executes the given ResourceExceptionAction within the context of this ResourceContext.
Double - Class in java.lang
The Double class wraps a value of the primitive type double in an object.
Double(double) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the primitive double argument.
Double(String) - Constructor for class java.lang.Double
Constructs a newly allocated Double object that represents the floating-point value of type double represented by the string.
doubleToLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout.
doubleToRawLongBits(double) - Static method in class java.lang.Double
Returns a representation of the specified floating-point value according to the IEEE 754 floating-point "double format" bit layout, preserving Not-a-Number (NaN) values.
doubleValue() - Method in class java.lang.Byte
Returns the value of this Byte as a double.
doubleValue() - Method in class java.lang.Double
Returns the double value of this Double object.
doubleValue() - Method in class java.lang.Float
Returns the double value of this Float object.
doubleValue() - Method in class java.lang.Integer
Returns the value of this Integer as a double.
doubleValue() - Method in class java.lang.Long
Returns the value of this Long as a double.
doubleValue() - Method in class java.lang.Number
Returns the value of the specified number as a double.
doubleValue() - Method in class java.lang.Short
Returns the value of this Short as a double.
doubleValue() - Method in class java.math.BigDecimal
Converts this BigDecimal to a double.
doubleValue() - Method in class java.math.BigInteger
Converts this BigInteger to a double.
DOWN_CYCLE_TRAVERSAL_KEYS - Static variable in class java.awt.KeyboardFocusManager
The identifier for the Down Cycle focus traversal keys.
downFocusCycle(Container) - Method in class java.awt.KeyboardFocusManager
Moves the focus down one focus traversal cycle.
downFocusCycle() - Method in class java.awt.KeyboardFocusManager
Moves the focus down one focus traversal cycle from the current focus owner, if and only if the current focus owner is a Container that is a focus cycle root.
draw3DRect(int, int, int, int, boolean) - Method in class java.awt.Graphics
Draws a 3-D highlighted outline of the specified rectangle.
drawArc(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of a circular or elliptical arc covering the specified rectangle.
drawBytes(byte[], int, int, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified byte array, using this graphics context's current font and color.
drawChars(char[], int, int, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified character array, using this graphics context's current font and color.
drawImage(Image, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as is currently available.
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class java.awt.Graphics
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
drawLine(int, int, int, int) - Method in class java.awt.Graphics
Draws a line, using the current color, between the points (x1, y1) and (x2, y2) in this graphics context's coordinate system.
drawOval(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of an oval.
drawPolygon(int[], int[], int) - Method in class java.awt.Graphics
Draws a closed polygon defined by arrays of x and y coordinates.
drawPolygon(Polygon) - Method in class java.awt.Graphics
Draws the outline of a polygon defined by the specified Polygon object.
drawPolyline(int[], int[], int) - Method in class java.awt.Graphics
Draws a sequence of connected lines defined by arrays of x and y coordinates.
drawRect(int, int, int, int) - Method in class java.awt.Graphics
Draws the outline of the specified rectangle.
drawRoundRect(int, int, int, int, int, int) - Method in class java.awt.Graphics
Draws an outlined round-cornered rectangle using this graphics context's current color.
drawString(String, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified string, using this graphics context's current font and color.
drawString(AttributedCharacterIterator, int, int) - Method in class java.awt.Graphics
Draws the text given by the specified iterator, using this graphics context's current color.
drawString(String, int, int) - Method in class java.awt.Graphics2D
Draws the text given by the specified string, using this graphics context's current font and color.
DripFeedDataSource - Class in org.dvb.media
This class allows to create a source for a JMF player to be able to feed the decoder progressively with parts of a clip (e.g.
DripFeedDataSource() - Constructor for class org.dvb.media.DripFeedDataSource
Constructor.
DripFeedPermission - Class in org.dvb.media
This class represents a permission to access the drip feed mode.
DripFeedPermission(String) - Constructor for class org.dvb.media.DripFeedPermission
Create a new DripFeedPermission.
DripFeedPermission(String, String) - Constructor for class org.dvb.media.DripFeedPermission
Create a new DripFeedPermission.
DSAKey - Interface in java.security.interfaces
The interface to a DSA public or private key.
DSAKeyPairGenerator - Interface in java.security.interfaces
An interface to an object capable of generating DSA key pairs.
DSAParameterSpec - Class in java.security.spec
This class specifies the set of parameters used with the DSA algorithm.
DSAParameterSpec(BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAParameterSpec
Creates a new DSAParameterSpec with the specified parameter values.
DSAParams - Interface in java.security.interfaces
Interface to a DSA-specific set of key parameters, which defines a DSA key family.
DSAPrivateKey - Interface in java.security.interfaces
The standard interface to a DSA private key.
DSAPrivateKeySpec - Class in java.security.spec
This class specifies a DSA private key with its associated parameters.
DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPrivateKeySpec
Creates a new DSAPrivateKeySpec with the specified parameter values.
DSAPublicKey - Interface in java.security.interfaces
The interface to a DSA public key.
DSAPublicKeySpec - Class in java.security.spec
This class specifies a DSA public key with its associated parameters.
DSAPublicKeySpec(BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class java.security.spec.DSAPublicKeySpec
Creates a new DSAPublicKeySpec with the specified parameter values.
DSM_CC - Static variable in interface org.ocap.si.StreamType
13818-1 Annex A - DSM CC.
DSM_CC_MPE - Static variable in interface org.ocap.si.StreamType
ISO/IEC 13818-6 type A (Multi-protocol Encapsulation).
DSM_CC_SECTIONS - Static variable in interface org.ocap.si.StreamType
ISO/IEC 13818-6 type D (DSM-CC Sections any type, including private data).
DSM_CC_STREAM_DESCRIPTORS - Static variable in interface org.ocap.si.StreamType
ISO/IEC 13818-6 type C (DSM-CC Stream Descriptors).
DSM_CC_UN - Static variable in interface org.ocap.si.StreamType
ISO/IEC 13818-6 type B (DSM-CC U-N Messages).
DSMCCException - Exception in org.dvb.dsmcc
The DSMCCException is the root class of all DSMCC related exceptions
DSMCCException() - Constructor for exception org.dvb.dsmcc.DSMCCException
Construct a DSMCCException with no detail message
DSMCCException(String) - Constructor for exception org.dvb.dsmcc.DSMCCException
Construct a DSMCCException with the specified detail message
DSMCCObject - Class in org.dvb.dsmcc
A DSMCCObject is an object which belongs to a DSMCC ServiceDomain.
DSMCCObject(String) - Constructor for class org.dvb.dsmcc.DSMCCObject
Create a DSMCCObject object.
DSMCCObject(String, String) - Constructor for class org.dvb.dsmcc.DSMCCObject
Create a DSMCCObject object.
DSMCCObject(DSMCCObject, String) - Constructor for class org.dvb.dsmcc.DSMCCObject
Create a DSMCCObject object.
DSMCCStream - Class in org.dvb.dsmcc
The DSMCCStream class is used to manage DSMCC Stream Objects.
DSMCCStream(DSMCCObject) - Constructor for class org.dvb.dsmcc.DSMCCStream
Creates a Stream Object from a DSMCC Object.
DSMCCStream(String) - Constructor for class org.dvb.dsmcc.DSMCCStream
Create a Stream Object from its pathname.
DSMCCStream(String, String) - Constructor for class org.dvb.dsmcc.DSMCCStream
Create a DSMCCStream from its pathname.
DSMCCStreamEvent - Class in org.dvb.dsmcc
The DSMCCStreamEvent class is used to manage DSMCC StreamEvent Objects.
DSMCCStreamEvent(DSMCCObject) - Constructor for class org.dvb.dsmcc.DSMCCStreamEvent
Create a DSMCCStreamEvent from a DSMCCObject.
DSMCCStreamEvent(String) - Constructor for class org.dvb.dsmcc.DSMCCStreamEvent
Create a DSMCCStreamEvent Object from its pathname.
DSMCCStreamEvent(String, String) - Constructor for class org.dvb.dsmcc.DSMCCStreamEvent
Create a DSMCCStreamEvent from its pathname.
DST_IN - Static variable in class org.dvb.ui.DVBAlphaComposite
Porter-Duff Destination In Source rule.
DST_OFFSET - Static variable in class java.util.Calendar
Field number for get and set indicating the daylight savings offset in milliseconds.
DST_OUT - Static variable in class org.dvb.ui.DVBAlphaComposite
Porter-Duff Destination Held Out By Source rule.
DST_OVER - Static variable in class org.dvb.ui.DVBAlphaComposite
Porter-Duff Destination Over Source rule.
DstIn - Static variable in class org.dvb.ui.DVBAlphaComposite
DVBAlphaComposite object that implements the opaque DST_IN rule with an alpha (Ar) of 1,0f.
DstOut - Static variable in class org.dvb.ui.DVBAlphaComposite
DVBAlphaComposite object that implements the opaque DST_OUT rule with an alpha (Ar) of 1,0f.
DstOver - Static variable in class org.dvb.ui.DVBAlphaComposite
DVBAlphaComposite object that implements the opaque DST_OVER rule with an alpha (Ar) of 1,0f.
dumpStack() - Static method in class java.lang.Thread
Prints a stack trace of the current thread.
Duration - Interface in javax.media
 
DURATION_UNBOUNDED - Static variable in interface javax.media.Duration
 
DURATION_UNKNOWN - Static variable in interface javax.media.Duration
 
DurationUpdateEvent - Class in javax.media
 
DurationUpdateEvent(Controller, Time) - Constructor for class javax.media.DurationUpdateEvent
 
DVB_HTML_application - Static variable in interface org.dvb.application.AppAttributes
The DVB registered value for all DVB-HTML applications.
DVB_J_application - Static variable in interface org.dvb.application.AppAttributes
The DVB registered value for all DVB-J applications.
DVB_J_APPLICATION - Static variable in interface org.ocap.si.DescriptorTag
MHP DVB-J_application_descriptor.
DVB_J_APPLICATION_LOCATION - Static variable in interface org.ocap.si.DescriptorTag
MHP DVB-J_application_location_descriptor.
DVB_SI - Static variable in class javax.tv.service.ServiceInformationType
DVB SI format.
DVBAlphaComposite - Class in org.dvb.ui
This DVBAlphaComposite class implements the basic alpha compositing rules for combining source and destination pixels to achieve blending and transparency effects with graphics, images and video.
DVBBufferedImage - Class in org.dvb.ui
The DVBBufferedImage subclass describes an Image with an accessible buffer of image data.
DVBBufferedImage(int, int) - Constructor for class org.dvb.ui.DVBBufferedImage
Constructs a DVBBufferedImage with the specified width and height.
DVBBufferedImage(int, int, int) - Constructor for class org.dvb.ui.DVBBufferedImage
Constructs a new DVBBufferedImage with the specified width and height in the Sample Model specified by type.
DVBClassLoader - Class in org.dvb.lang
This class loader is used to load classes and resources from a search path of URLs referring to locations where Java class files may be stored.
DVBClassLoader(URL[]) - Constructor for class org.dvb.lang.DVBClassLoader
Constructs a new DVBClassLoader for the given URLs.
DVBClassLoader(URL[], ClassLoader) - Constructor for class org.dvb.lang.DVBClassLoader
Constructs a new DVBClassLoader for the given URLs.
DVBColor - Class in org.dvb.ui
A Color class which adds the notion of alpha.
DVBColor(float, float, float, float) - Constructor for class org.dvb.ui.DVBColor
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0,0 to 1,0).
DVBColor(int, int, int, int) - Constructor for class org.dvb.ui.DVBColor
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 to 255).
DVBColor(int, boolean) - Constructor for class org.dvb.ui.DVBColor
Creates an sRGB color with the specified combined RGBA value consisting of the alpha component in bits 24 to 31, the red component in bits 16 to 23, the green component in bits 8 to 15, and the blue component in bits 0 to 7.
DVBColor(Color) - Constructor for class org.dvb.ui.DVBColor
Constructs a new DVBColor using the specified color.
DVBGraphics - Class in org.dvb.ui
The DVBGraphics class is a adapter class to support alpha compositing in an MHP device.
DVBHTMLProxy - Interface in org.dvb.application
A DVBHTMLProxy Object is a proxy to a DVBHTML application.
DVBJProxy - Interface in org.dvb.application
A DVBJProxy Object is a proxy to a DVBJ application.
DVBMediaSelectControl - Interface in org.dvb.media
DVBMediaSelectControl extends MediaSelectControl allowing the selection of different kinds of content in a running Player.
DVBRasterFormatException - Exception in org.dvb.ui
This exception is thrown for some invalid operations on instances of DVBBufferedImage.
DVBRasterFormatException(String) - Constructor for exception org.dvb.ui.DVBRasterFormatException
Constructs an instance of DVBRasterFormatException with the specified detail message.
DvbServiceContext - Interface in org.dvb.service.selection
An extension to ServiceContext permitting the discovery of the network interface (if any) being used by a service context.
DVBTest - Class in org.dvb.test
The DVBTest class allows test applications to log messages during their execution and to indicate their termination condition in a platform independent manner.
DVBTextLayoutManager - Class in org.dvb.ui
The DVBTextLayoutManager provides a text rendering layout mechanism for the org.havi.ui.HStaticText org.havi.ui.HText and org.havi.ui.HTextButton classes.
DVBTextLayoutManager() - Constructor for class org.dvb.ui.DVBTextLayoutManager
Constructs a DVBTextLayoutManager object with default parameters (HORIZONTAL_START_ALIGN, VERTICAL_START_ALIGN, LINE_ORIENTATION_HORIZONTAL, START_CORNER_UPPER_LEFT, wrap = true, linespace = (point size of the default font for HVisible) + 7, letterspace = 0, horizontalTabSpace = 56)
DVBTextLayoutManager(int, int, int, int, boolean, int, int, int) - Constructor for class org.dvb.ui.DVBTextLayoutManager
Constructs a DVBTextLayoutManager object.
DVD_REGION_CODE - Static variable in interface org.ocap.hn.profiles.upnp.UPnPConstants
DVD region code.
DynamicVideoOutputConfiguration - Class in org.ocap.hardware.device
An instance of this class may be used to represent a dynamic selection of video output configurations based upon specified input video.
DynamicVideoOutputConfiguration() - Constructor for class org.ocap.hardware.device.DynamicVideoOutputConfiguration
Construct a new instance of DynamicVideoOutputConfiguration.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z