Uses of Class
org.havi.ui.HBackgroundConfiguration

Packages that use HBackgroundConfiguration
org.havi.ui   
 

Uses of HBackgroundConfiguration in org.havi.ui
 

Subclasses of HBackgroundConfiguration in org.havi.ui
 class HStillImageBackgroundConfiguration
          This class represents a background configuration which supports the installation of still images.
 

Methods in org.havi.ui that return HBackgroundConfiguration
 HBackgroundConfiguration HBackgroundDevice.getBestConfiguration(HBackgroundConfigTemplate hbc)
          Returns the "best" configuration possible that passes the criteria defined in this HBackgroundConfigTemplate or null.
 HBackgroundConfiguration HScreen.getBestConfiguration(HBackgroundConfigTemplate[] hbcta)
          Returns an HBackgroundConfiguration from an HBackgroundDevice which is present on this HScreen that best matches at least one of the specified HBackgroundConfigTemplates, or null if this is not possible.
 HBackgroundConfiguration HBackgroundDevice.getBestConfiguration(HBackgroundConfigTemplate[] hbcta)
          Returns the "best" configuration possible that passes the criteria defined in one of the HBackgroundConfigTemplate objects within the specified array or null.
 HBackgroundConfiguration[] HBackgroundDevice.getConfigurations()
          Returns all of the HBackgroundConfiguration objects associated with this HBackgroundDevice.
 HBackgroundConfiguration HBackgroundDevice.getCurrentConfiguration()
          Returns the current HBackgroundConfiguration for this HBackgroundDevice.
 HBackgroundConfiguration HBackgroundDevice.getDefaultConfiguration()
          Returns the default HBackgroundConfiguration associated with this HBackgroundDevice .
 

Methods in org.havi.ui with parameters of type HBackgroundConfiguration
 boolean HBackgroundConfigTemplate.isConfigSupported(HBackgroundConfiguration hbc)
          Returns a boolean indicating whether or not the specified HBackgroundConfiguration can be used to create a background plane that supports the features set in this template.
 boolean HBackgroundDevice.setBackgroundConfiguration(HBackgroundConfiguration hbc)
          Set the background configuration for the device.