Uses of Class
org.havi.ui.HScene

Packages that use HScene
org.havi.ui   
 

Uses of HScene in org.havi.ui
 

Methods in org.havi.ui that return HScene
 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()
          Create the default HScene for the default HScreen for this application.
 HScene HSceneFactory.getDefaultHScene(HScreen screen)
          Create the default HScene for this HScreen.
 HScene HSceneFactory.getFullScreenScene(HGraphicsDevice device)
          Create a full-screen HScene on the specified HGraphicsDevice or null if such an HScene cannot be generated.
 

Methods in org.havi.ui with parameters of type HScene
 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.