|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlaneSetupPattern | |
com.sun.dtv.ui | TV specific UI functionality. |
Uses of PlaneSetupPattern in com.sun.dtv.ui |
Methods in com.sun.dtv.ui that return PlaneSetupPattern | |
PlaneSetupPattern |
PlaneSetup.getPattern()
Returns the PlaneSetupPattern
object that describes and identifies this PlaneSetup . |
Methods in com.sun.dtv.ui with parameters of type PlaneSetupPattern | |
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 .
|
void |
Plane.addPlaneSetupListener(PlaneSetupListener listener,
PlaneSetupPattern pattern)
Add an PlaneSetupListener to
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 . |
|
Java DTV API 1.0 12-Dec-2008 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |