| Package | Description |
|---|---|
| org.havi.ui |
| 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. |
HScene |
HSceneFactory.getDefaultHScene()
|
HScene |
HSceneFactory.getDefaultHScene(HScreen screen)
|
HScene |
HSceneFactory.getFullScreenScene(HGraphicsDevice device)
Create a full-screen
HScene on the
specified HGraphicsDevice
or null if such an HScene cannot be generated. |
| Modifier and Type | Method and Description |
|---|---|
void |
HSceneFactory.dispose(HScene scene)
This method allows an application to dispose of its
HScene, indicating that the application has
no further need for user interaction (i.e. |
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.