Uses of Class
org.havi.ui.HGraphicsConfigTemplate

Packages that use HGraphicsConfigTemplate
org.havi.ui   
 

Uses of HGraphicsConfigTemplate in org.havi.ui
 

Methods in org.havi.ui that return HGraphicsConfigTemplate
 HGraphicsConfigTemplate HGraphicsConfiguration.getConfigTemplate()
          Returns an HGraphicsConfigTemplate object that describes and uniquely identifies this HGraphicsConfiguration.
 HGraphicsConfigTemplate HEmulatedGraphicsConfiguration.getConfigTemplate()
          Returns an HGraphicsConfigTemplate describing the virtual (emulation) characteristics of the HEmulatedGraphicsDevice.
 HGraphicsConfigTemplate HEmulatedGraphicsConfiguration.getEmulation()
          Returns an HGraphicsConfigTemplate describing the virtual (emulation) characteristics of the HEmulatedGraphicsDevice.
 HGraphicsConfigTemplate HEmulatedGraphicsConfiguration.getImplementation()
          Returns an HGraphicsConfigTemplate describing the physical (implementation) characteristics of the HEmulatedGraphicsDevice.
 

Methods in org.havi.ui with parameters of type HGraphicsConfigTemplate
 HGraphicsConfiguration HGraphicsDevice.getBestConfiguration(HGraphicsConfigTemplate hgct)
          The getBestConfiguration method attempts to return an HGraphicsConfiguration that matches the specified HGraphicsConfigTemplate.
 HGraphicsConfiguration HScreen.getBestConfiguration(HGraphicsConfigTemplate[] hgcta)
          Returns an HGraphicsConfiguration from an HGraphicsDevice which is present on this HScreen that best matches at least one of the specified HGraphicsConfigTemplates.
 HGraphicsConfiguration HGraphicsDevice.getBestConfiguration(HGraphicsConfigTemplate[] hgcta)
          The getBestConfiguration method attempts to return an HGraphicsConfiguration that matches the specified HGraphicsConfigTemplate objects within the specified array.