Uses of Class
org.havi.ui.HSceneTemplate

Packages that use HSceneTemplate
org.havi.ui   
 

Uses of HSceneTemplate in org.havi.ui
 

Methods in org.havi.ui that return HSceneTemplate
 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.
 

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