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.GraphicsDevice
public java.lang.String getIDstring()
getIDstring
in class java.awt.GraphicsDevice
public java.awt.GraphicsConfiguration[] getConfigurations()
GraphicsConfiguration
objects associated with this GraphicsDevice
.getConfigurations
in class java.awt.GraphicsDevice
GraphicsConfiguration
objects that are associated with this
GraphicsDevice
.public java.awt.GraphicsConfiguration getDefaultConfiguration()
GraphicsConfiguration
associated with this GraphicsDevice
.getDefaultConfiguration
in class java.awt.GraphicsDevice
GraphicsConfiguration
of this GraphicsDevice
.public java.awt.GraphicsConfiguration getBestConfiguration(java.awt.GraphicsConfigTemplate gct)
GraphicsConfigTemplate
.getBestConfiguration
in class java.awt.GraphicsDevice
gct
- the GraphicsConfigTemplate
object
used to obtain a valid GraphicsConfiguration
GraphicsConfiguration
that passes
the criteria defined in the specified
GraphicsConfigTemplate
.GraphicsConfigTemplate
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.