Uses of Package
org.dvb.ui

Packages that use org.dvb.ui
org.dvb.application.inner Provides support for embedding other interactive applications within the user interface of a DVB-J application. 
org.dvb.ui Provides extended graphics functionality. 
org.havi.ui   
 

Classes in org.dvb.ui used by org.dvb.application.inner
TestOpacity
          Interface implemented by Components or Containers in order to allow the platform to query whether their paint method is fully opaque.
 

Classes in org.dvb.ui used by org.dvb.ui
DVBAlphaComposite
          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
          The DVBBufferedImage subclass describes an Image with an accessible buffer of image data.
DVBColor
          A Color class which adds the notion of alpha.
DVBGraphics
          The DVBGraphics class is a adapter class to support alpha compositing in a GEM device.
DVBRasterFormatException
          This exception is thrown for some invalid operations on instances of DVBBufferedImage.
FontFormatException
          Thrown when attempt is made to read a file describing a font when the contents of that file are not valid.
FontNotAvailableException
          Thrown when attempt is made to instantiate a font that cannot be located.
TextOverflowListener
          The TextOverflowListener is an interface that an application may implement and register in the DVBTextLayoutManager.
UnsupportedDrawingOperationException
          The UnsupportedDrawingOperationException class represents an exception that is thrown if an drawing operation is not supported on this platform.
 

Classes in org.dvb.ui used by org.havi.ui
TestOpacity
          Interface implemented by Components or Containers in order to allow the platform to query whether their paint method is fully opaque.