Uses of Class
org.havi.ui.HGraphicsDevice

Packages that use HGraphicsDevice
org.havi.ui   
 

Uses of HGraphicsDevice in org.havi.ui
 

Subclasses of HGraphicsDevice in org.havi.ui
 class HEmulatedGraphicsDevice
          An HEmulatedGraphicsDevice is a "virtual" graphics device that has the capability to be configured to perform one (of many) possible emulations.
 

Methods in org.havi.ui that return HGraphicsDevice
 HGraphicsDevice HScreen.getDefaultHGraphicsDevice()
          Return the default graphics device for this screen.
 HGraphicsDevice HGraphicsConfiguration.getDevice()
          Returns the HGraphicsDevice associated with this HGraphicsConfiguration.
 HGraphicsDevice[] HScreen.getHGraphicsDevices()
          Returns a list of graphics devices for this screen.
 

Methods in org.havi.ui with parameters of type HGraphicsDevice
 HScene HSceneFactory.getFullScreenScene(HGraphicsDevice device)
          Create a full-screen HScene on the specified HGraphicsDevice or null if such an HScene cannot be generated.