|
Java Platform 1.2 Beta 4 |
|||||||||
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 graphics configurations associated with this graphics device. |
abstract GraphicsConfiguration | GraphicsDevice.getDefaultConfiguration()
Returns the default graphics configuration associated with this graphics device. |
GraphicsConfiguration | GraphicsDevice.getBestConfiguration(GraphicsConfigTemplate gct)
Returns the "best" configuration possible that passes the criteria defined in the GraphicsTemplate. |
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 given GraphicsConfiguration can be used to create a drawing surface that can be rendered to. |
Constructors in java.awt with parameters of type GraphicsConfiguration | |
Canvas.Canvas(GraphicsConfiguration config)
Constructs a new Canvas given a GraphicsConfiguration object. |
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |