public class AjaxSwingGraphicsDevice
extends java.awt.GraphicsDevice
| Modifier and Type | Method and Description |
|---|---|
java.awt.GraphicsConfiguration |
getBestConfiguration(java.awt.GraphicsConfigTemplate gct)
Returns the "best" configuration possible that passes the
criteria defined in the
GraphicsConfigTemplate. |
java.awt.GraphicsConfiguration[] |
getConfigurations()
Returns all of the
GraphicsConfiguration
objects associated with this GraphicsDevice. |
java.awt.GraphicsConfiguration |
getDefaultConfiguration()
Returns the default
GraphicsConfiguration
associated with this GraphicsDevice. |
java.lang.String |
getIDstring() |
int |
getType() |
public int getType()
getType in class java.awt.GraphicsDevicepublic java.lang.String getIDstring()
getIDstring in class java.awt.GraphicsDevicepublic java.awt.GraphicsConfiguration[] getConfigurations()
GraphicsConfiguration
objects associated with this GraphicsDevice.getConfigurations in class java.awt.GraphicsDeviceGraphicsConfiguration
objects that are associated with this
GraphicsDevice.public java.awt.GraphicsConfiguration getDefaultConfiguration()
GraphicsConfiguration
associated with this GraphicsDevice.getDefaultConfiguration in class java.awt.GraphicsDeviceGraphicsConfiguration
of this GraphicsDevice.public java.awt.GraphicsConfiguration getBestConfiguration(java.awt.GraphicsConfigTemplate gct)
GraphicsConfigTemplate.getBestConfiguration in class java.awt.GraphicsDevicegct - the GraphicsConfigTemplate object
used to obtain a valid GraphicsConfigurationGraphicsConfiguration that passes
the criteria defined in the specified
GraphicsConfigTemplate.GraphicsConfigTemplateCopyright © 2000-2012 CreamTec LLC. All Rights Reserved.