|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HGraphicsConfiguration | |
|---|---|
| org.havi.ui | |
| Uses of HGraphicsConfiguration in org.havi.ui |
|---|
| Subclasses of HGraphicsConfiguration in org.havi.ui | |
|---|---|
class |
HEmulatedGraphicsConfiguration
An HEmulatedGraphicsConfiguration is a configuration for a
"virtual" graphics device that may perform one or more
emulations, e.g. |
| Methods in org.havi.ui that return HGraphicsConfiguration | |
|---|---|
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. |
| Methods in org.havi.ui with parameters of type HGraphicsConfiguration | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||