Uses of Class
org.havi.ui.HVideoDevice

Packages that use HVideoDevice
org.havi.ui   
 

Uses of HVideoDevice in org.havi.ui
 

Methods in org.havi.ui that return HVideoDevice
 HVideoDevice HScreen.getDefaultHVideoDevice()
          Return the default video device for this screen.
 HVideoDevice HVideoConfiguration.getDevice()
          Returns the HVideoDevice associated with this HVideoConfiguration.
 HVideoDevice[] HScreen.getHVideoDevices()
          Returns a list of video device for this screen.
 HVideoDevice HVideoComponent.getVideoDevice()
          Returns the HVideoDevice that this HVideoComponent is associated with.
 

Methods in org.havi.ui with parameters of type HVideoDevice
 java.awt.Color HGraphicsConfiguration.getPunchThroughToBackgroundColor(java.awt.Color color, int percentage, HVideoDevice v)
          This method returns a Color that may be used in standard graphics drawing operations, which has the effect of modifying the existing color of a pixel to make it partially (or wholly) transparent to the background.
 java.awt.Color HGraphicsConfiguration.getPunchThroughToBackgroundColor(int percentage, HVideoDevice hvd)
          This method returns a Color that may be used in standard graphics drawing operations, which has the effect of "punching though" the HGraphicsDevice in which the drawing operation is performed.