| Package | Description |
|---|---|
| org.havi.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
HEmulatedGraphicsConfiguration
An
HEmulatedGraphicsConfiguration is a configuration for a
"virtual" graphics device that may perform one or more
emulations, e.g. |
| 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. |
HGraphicsConfiguration[] |
HGraphicsDevice.getConfigurations()
Returns all of the
HGraphicsConfiguration
objects associated with this HGraphicsDevice. |
HGraphicsConfiguration |
HGraphicsDevice.getCurrentConfiguration()
Returns the current HGraphicsConfiguration
for this HGraphicsDevice.
|
HGraphicsConfiguration |
HGraphicsDevice.getDefaultConfiguration()
Returns the default
HGraphicsConfiguration
associated with this HGraphicsDevice. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HGraphicsConfigTemplate.isConfigSupported(HGraphicsConfiguration hgc)
Returns a boolean indicating whether or not the specified
HGraphicsConfiguration can
be used to create a graphics plane that supports the features set
in this template. |
boolean |
HGraphicsDevice.setGraphicsConfiguration(HGraphicsConfiguration hgc)
Set the graphics configuration for the device.
|
Copyright © 2012 code4tv.com. All Rights Reserved.