Uses of Class
org.havi.ui.HGraphicsConfiguration

Packages that use HGraphicsConfiguration
org.havi.ui   
 

Uses of HGraphicsConfiguration in org.havi.ui
 

Subclasses of HGraphicsConfiguration in org.havi.ui
 class HEmulatedGraphicsConfiguration
          An HEmulatedGraphicsConfiguration is a configuration for a "virtual" graphics device that may perform one or more emulations, e.g. in the ATSC context an HEmulatedGraphicsDevice might implement multiple HEmulatedGraphicsConfigurations, corresponding to each of the possible relationships to the high-definition display modes.
 

Methods in org.havi.ui that return HGraphicsConfiguration
 HGraphicsConfiguration HGraphicsDevice.getBestConfiguration(HGraphicsConfigTemplate hgct)
          The getBestConfiguration method attempts to return an HGraphicsConfiguration that matches the specified HGraphicsConfigTemplate.
 HGraphicsConfiguration HGraphicsDevice.getBestConfiguration(HGraphicsConfigTemplate[] hgcta)
          The getBestConfiguration method attempts to return an HGraphicsConfiguration that matches the specified HGraphicsConfigTemplate objects within the specified array.
 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.getConfigurations()
          Returns all of the HGraphicsConfiguration objects associated with this HGraphicsDevice.
 HGraphicsConfiguration HGraphicsDevice.getCurrentConfiguration()
          Returns the current HGraphicsConfiguration for this HGraphicsDevice.
 HGraphicsConfiguration HGraphicsDevice.getDefaultConfiguration()
          Returns the default HGraphicsConfiguration associated with this HGraphicsDevice.
 

Methods in org.havi.ui with parameters of type HGraphicsConfiguration
 boolean HGraphicsConfigTemplate.isConfigSupported(HGraphicsConfiguration hgc)
          Returns a boolean indicating whether or not the specified HGraphicsConfiguration can be used to create a graphics plane that supports the features set in this template.
 boolean HGraphicsDevice.setGraphicsConfiguration(HGraphicsConfiguration hgc)
          Set the graphics configuration for the device.