Uses of Class
org.havi.ui.HVideoConfiguration

Packages that use HVideoConfiguration
org.havi.ui   
 

Uses of HVideoConfiguration in org.havi.ui
 

Fields in org.havi.ui declared as HVideoConfiguration
static HVideoConfiguration HVideoDevice.NOT_CONTRIBUTING
          Constant indicating that a video device is not contributing to the output of its HScreen.
 

Methods in org.havi.ui that return HVideoConfiguration
 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.
 HVideoConfiguration[] HVideoDevice.getConfigurations()
          Returns all of the HVideoConfiguration objects associated with this HVideoDevice.
 HVideoConfiguration HVideoDevice.getCurrentConfiguration()
          Returns the current HVideoConfiguration for this HVideoDevice.
 HVideoConfiguration HVideoDevice.getDefaultConfiguration()
          Returns the default HVideoConfiguration associated with this HVideoDevice.
 

Methods in org.havi.ui with parameters of type HVideoConfiguration
 boolean HVideoConfigTemplate.isConfigSupported(HVideoConfiguration hvc)
          Returns a boolean indicating whether or not the specified HVideoConfiguration can be used to create a video plane that supports the features set in this template.
 boolean HVideoDevice.setVideoConfiguration(HVideoConfiguration hvc)
          Set the video configuration for the device.