| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
HStillImageBackgroundConfiguration
This class represents a background configuration which supports the
installation of still images.
|
| Modifier and Type | Method and Description |
|---|---|
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 . |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012 code4tv.com. All Rights Reserved.