| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
HSceneTemplate |
HSceneFactory.getBestSceneTemplate(HSceneTemplate hst)
Returns an
HSceneTemplate
that is closest to to the input HSceneTemplate and corresponds to
an HScene which could be successfully created on this platform
at the time that this method is called. |
HSceneTemplate |
HScene.getSceneTemplate()
Return an
HSceneTemplate
describing this HScene. |
HSceneTemplate |
HSceneFactory.resizeScene(HScene hs,
HSceneTemplate hst)
Resizes an
HScene so that it best
corresponds to the input HSceneTemplate, or remains unchanged if it cannot be so
resized. |
| Modifier and Type | Method and Description |
|---|---|
HScene |
HSceneFactory.getBestScene(HSceneTemplate hst)
Returns an
HScene that best
corresponds to the input HSceneTemplate, or null if such an HScene cannot be generated. |
HSceneTemplate |
HSceneFactory.getBestSceneTemplate(HSceneTemplate hst)
Returns an
HSceneTemplate
that is closest to to the input HSceneTemplate and corresponds to
an HScene which could be successfully created on this platform
at the time that this method is called. |
HSceneTemplate |
HSceneFactory.resizeScene(HScene hs,
HSceneTemplate hst)
Resizes an
HScene so that it best
corresponds to the input HSceneTemplate, or remains unchanged if it cannot be so
resized. |
Copyright © 2012 code4tv.com. All Rights Reserved.