Uses of Class
org.havi.ui.HVideoConfigTemplate

Packages that use HVideoConfigTemplate
org.havi.ui   
 

Uses of HVideoConfigTemplate in org.havi.ui
 

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

Methods in org.havi.ui with parameters of type HVideoConfigTemplate
 HVideoConfiguration HVideoDevice.getBestConfiguration(HVideoConfigTemplate hvct)
          Returns the "best" configuration possible that passes the criteria defined in the HVideoConfigTemplate or null.
 HVideoConfiguration HScreen.getBestConfiguration(HVideoConfigTemplate[] hvcta)
          Returns an HVideoConfiguration from an HVideoDevice which is present on this HScreen that best matches at least one of the specified HVideoConfigTemplates.
 HVideoConfiguration HVideoDevice.getBestConfiguration(HVideoConfigTemplate[] hvcta)
          Returns the "best" configuration possible that passes the criteria defined in one of the HVideoConfigTemplate objects within the specified array or null.