Uses of Class
org.havi.ui.HBackgroundConfigTemplate

Packages that use HBackgroundConfigTemplate
org.havi.ui   
 

Uses of HBackgroundConfigTemplate in org.havi.ui
 

Methods in org.havi.ui that return HBackgroundConfigTemplate
 HBackgroundConfigTemplate HBackgroundConfiguration.getConfigTemplate()
          Returns an HBackgroundConfigTemplate object that describes and uniquely identifies this HBackgroundConfiguration.
 

Methods in org.havi.ui with parameters of type HBackgroundConfigTemplate
 HBackgroundConfiguration HBackgroundDevice.getBestConfiguration(HBackgroundConfigTemplate hbc)
          Returns the "best" configuration possible that passes the criteria defined in this HBackgroundConfigTemplate or null.
 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 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.