| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
| java.awt.image |
Provides classes for creating and modifying images.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
abstract GraphicsConfiguration |
Graphics2D.getDeviceConfiguration()
Returns the device configuration associated with this
Graphics2D. |
GraphicsConfiguration |
Window.getGraphicsConfiguration()
This method returns the GraphicsConfiguration used by this Window.
|
GraphicsConfiguration |
Component.getGraphicsConfiguration()
Gets the
GraphicsConfiguration associated with this
Component. |
| Modifier and Type | Method and Description |
|---|---|
Insets |
Toolkit.getScreenInsets(GraphicsConfiguration gc)
Gets the insets of the screen.
|
| Constructor and Description |
|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
VolatileImage.validate(GraphicsConfiguration gc)
Attempts to restore the drawing surface of the image if the surface
had been lost since the last
validate call. |
Copyright © 2013 CableLabs. All rights reserved.