|
JSR-62 (Final) | ||||||||||
| 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 |
Graphics2D.getDeviceConfiguration()
Returns the device configuration associated with this Graphics2D. |
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 |
Window.getGraphicsConfiguration()
This method returns the GraphicsConfiguration used by this Window. |
GraphicsConfiguration |
Component.getGraphicsConfiguration()
Get the GraphicsConfiguration associated with this
Component. |
| Constructors in java.awt with parameters of type GraphicsConfiguration | |
Window(Window owner,
GraphicsConfiguration gc)
Constructs a new invisible window with the specified window as its owner and a GraphicsConfiguration of a screen device. |
|
Frame(GraphicsConfiguration gc)
Create a Frame with the specified
GraphicsConfiguration of
a screen device. |
|
Frame(String title,
GraphicsConfiguration gc)
Constructs a new, initially invisible Frame object
with the specified title and a
GraphicsConfiguration. |
|
Canvas(GraphicsConfiguration config)
Constructs a new Canvas given a GraphicsConfiguration object. |
|
|
JSR-62 (Final) | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||