|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlaneSetup | |
com.sun.dtv.ui | TV specific UI functionality. |
Uses of PlaneSetup in com.sun.dtv.ui |
Methods in com.sun.dtv.ui that return PlaneSetup | |
PlaneSetup[] |
Plane.getSetups()
Returns all available PlaneSetup objects
associated with this Plane .
|
PlaneSetup |
Plane.getDefaultSetup()
Returns the default PlaneSetup
associated with this Plane . |
PlaneSetup |
Plane.getBestSetup(PlaneSetupPattern pattern)
Returns the best possible setup taking into account the criteria defined in this PlaneSetupPattern or null.
|
PlaneSetup |
Plane.getBestSetup(PlaneSetupPattern[] patterns)
Returns the best possible setup taking into account the criteria defined in one of the PlaneSetupPattern objects within the array argument or null .
|
PlaneSetup |
Plane.getCurrentSetup()
Returns the current PlaneSetup
for this Plane . |
PlaneSetup[] |
Screen.getCoherentPlaneSetups(PlaneSetupPattern[] patterns)
Return a coherent set of PlaneSetups
matching a set of patterns. |
PlaneSetup |
Screen.getBestSetup(PlaneSetupPattern[] patterns)
Returns a PlaneSetup from an
Plane which is present on
this Screen that best matches at least one
of the specified PlaneSetupPatterns . |
Methods in com.sun.dtv.ui with parameters of type PlaneSetup | |
boolean |
Plane.setPlaneSetup(PlaneSetup setup)
Set the setup for this Plane. |
Point |
PlaneSetup.convertPoint(PlaneSetup destination,
Point source)
This method has been created to avoid rounding errors appearing during conversion of pixel positions from one coordinate system towards another one when passing through normalized coordinates. |
Dimension |
PlaneSetup.getOffset(PlaneSetup setup)
Returns the offset between the origin of the pixel coordinate space of the specified PlaneSetup , and the origin
of the current pixel coordinate space of this PlaneSetup . |
boolean |
PlaneSetupPattern.isSetupFitting(PlaneSetup setup)
Informs whether or not the specified PlaneSetup can be used to create a background plane that supports
the features set in this pattern. |
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 |