|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetupException | |
com.sun.dtv.ui | TV specific UI functionality. |
Uses of SetupException in com.sun.dtv.ui |
Methods in com.sun.dtv.ui that throw SetupException | |
int |
Capabilities.getBitsPerPixel()
Indicates how many bits are used for coding of the pixels if images are rendered on the plane associated with this instance of Capabilities .
|
int |
Capabilities.getColorCodingModel()
Indicate the color coding model used by the plane associated with this instance of Capabilities . |
boolean |
Plane.setPlaneSetup(PlaneSetup setup)
Set the setup for this Plane. |
Object |
PlaneSetup.getVideoSource()
Deliver the source of the video being presented by the plane associated with this PlaneSetup at this moment. |
Object |
PlaneSetup.getVideoController()
Deliver the presentation control object for the video currently shown by the plane associated with this setup. |
void |
PlaneSetup.setColor(Color color)
Set the valid color for the background of the plane associated with this setup to a new value. |
void |
PlaneSetup.displayImage(Image image)
Display a (background) image on the associated Plane. |
void |
PlaneSetup.displayImage(Image image,
Rectangle rectangle)
Display an (background) image to cover a particular area of the associated Plane. |
Image |
PlaneSetup.adaptImage(Image input,
boolean dither)
Adapts a given image if necessary in order to gain compatibility with the currently valid PlaneSetup .
|
boolean |
Screen.setCoherentPlaneSetups(PlaneSetup[] setups)
Modify the settings for a set of Planes , based
on their PlaneSetups supplied. |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |