|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphicsConfiguration | |
java.awt | Contains all of the classes for creating user interfaces and for painting graphics and images. |
Uses of GraphicsConfiguration in java.awt |
Methods in java.awt that return GraphicsConfiguration | |
abstract GraphicsConfiguration[] |
GraphicsDevice.getConfigurations()
Returns all of the GraphicsConfiguration
objects associated with this GraphicsDevice . |
abstract GraphicsConfiguration |
GraphicsDevice.getDefaultConfiguration()
Returns the default GraphicsConfiguration
associated with this GraphicsDevice . |
GraphicsConfiguration |
GraphicsDevice.getBestConfiguration(GraphicsConfigTemplate gct)
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate . |
abstract GraphicsConfiguration |
Graphics2D.getDeviceConfiguration()
Returns the device configuration associated with this Graphics2D . |
abstract GraphicsConfiguration |
GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate . |
Methods in java.awt with parameters of type GraphicsConfiguration | |
abstract GraphicsConfiguration |
GraphicsConfigTemplate.getBestConfiguration(GraphicsConfiguration[] gc)
Returns the "best" configuration possible that passes the criteria defined in the GraphicsConfigTemplate . |
abstract boolean |
GraphicsConfigTemplate.isGraphicsConfigSupported(GraphicsConfiguration gc)
Returns a boolean indicating whether or
not the specified GraphicsConfiguration can be
used to create a drawing surface that supports the indicated
features. |
Constructors in java.awt with parameters of type GraphicsConfiguration | |
Canvas.Canvas(GraphicsConfiguration config)
Constructs a new Canvas given a GraphicsConfiguration object. |
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |