|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| 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 | |
|---|---|
void |
Plane.addPlaneSetupListener(PlaneSetupListener listener,
PlaneSetupPattern pattern)
Add an PlaneSetupListener to
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 |
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. |
PlaneSetup[] |
Screen.getCoherentPlaneSetups(PlaneSetupPattern[] patterns)
Return a coherent set of PlaneSetups
matching a set of patterns. |
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||