| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Color |
HGraphicsConfiguration.getPunchThroughToBackgroundColor(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.
|
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. |
Copyright © 2012 code4tv.com. All Rights Reserved.