| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user
interfaces and for painting graphics and images.
|
| Modifier and Type | Method and Description |
|---|---|
abstract VolatileImage |
GraphicsConfiguration.createCompatibleVolatileImage(int width,
int height)
Returns a
VolatileImage with a data layout and color model
compatible with this GraphicsConfiguration. |
VolatileImage |
GraphicsConfiguration.createCompatibleVolatileImage(int width,
int height,
ImageCapabilities caps)
Returns a
VolatileImage with a data layout and color model
compatible with this GraphicsConfiguration, using
the specified image capabilities. |
VolatileImage |
Component.createVolatileImage(int width,
int height)
Creates a volatile off-screen drawable image
to be used for double buffering.
|
VolatileImage |
Component.createVolatileImage(int width,
int height,
ImageCapabilities caps)
Creates a volatile off-screen drawable image, with the given capabilities.
|
Copyright © 2012 CableLabs. All Rights Reserved.