| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Method and Description |
|---|---|
HGraphicsConfigTemplate |
HGraphicsConfiguration.getConfigTemplate()
Returns an
HGraphicsConfigTemplate object that describes and uniquely
identifies this HGraphicsConfiguration. |
HGraphicsConfigTemplate |
HEmulatedGraphicsConfiguration.getConfigTemplate()
Returns an
HGraphicsConfigTemplate describing the virtual (emulation)
characteristics of the HEmulatedGraphicsDevice. |
HGraphicsConfigTemplate |
HEmulatedGraphicsConfiguration.getEmulation()
Returns an
HGraphicsConfigTemplate describing the virtual (emulation)
characteristics of the HEmulatedGraphicsDevice. |
HGraphicsConfigTemplate |
HEmulatedGraphicsConfiguration.getImplementation()
Returns an
HGraphicsConfigTemplate describing the physical
(implementation) characteristics of the HEmulatedGraphicsDevice. |
| Modifier and Type | Method and Description |
|---|---|
HGraphicsConfiguration |
HGraphicsDevice.getBestConfiguration(HGraphicsConfigTemplate hgct)
The getBestConfiguration method attempts to return an
HGraphicsConfiguration that
matches the specified HGraphicsConfigTemplate. |
HGraphicsConfiguration |
HScreen.getBestConfiguration(HGraphicsConfigTemplate[] hgcta)
Returns an
HGraphicsConfiguration from an HGraphicsDevice which is present on this HScreen that best matches at least one of
the specified HGraphicsConfigTemplates. |
HGraphicsConfiguration |
HGraphicsDevice.getBestConfiguration(HGraphicsConfigTemplate[] hgcta)
The getBestConfiguration method attempts to return an
HGraphicsConfiguration that
matches the specified HGraphicsConfigTemplate
objects within the specified array. |
Copyright © 2012 code4tv.com. All Rights Reserved.