GNU Classpath (0.95) | |
Frames | No Frames |
Fields of type java.awt.image.VolatileImage | |
VolatileImage[] | The back buffers used in this strategy.
|
VolatileImage | A VolatileImage reference to the drawing buffer.
|
Methods with return type java.awt.image.VolatileImage | |
VolatileImage | GraphicsConfiguration.createCompatibleVolatileImage(int w, int h) Returns a buffered volatile image optimized to this device, so that
blitting can be supported in the buffered image. |
VolatileImage | GraphicsConfiguration.createCompatibleVolatileImage(int width, int height, int transparency) Returns a buffered volatile image optimized to this device, and
with the given transparency. |
VolatileImage | Returns a buffered volatile image optimized to this device, and with the
given capabilities, so that blitting can be supported in the buffered
image. |
VolatileImage | GraphicsConfiguration.createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) Creates a volatile image with the specified capabilities and transparency.
|
VolatileImage | Component.createVolatileImage(int width, int height) Creates an image with the specified width and height for use in
double buffering. |
VolatileImage | Creates an image with the specified width and height for use in
double buffering. |
Methods with return type java.awt.image.VolatileImage | |
VolatileImage | ComponentPeer.createVolatileImage(int width, int height) A convenience method that creates a volatile image. |
GNU Classpath (0.95) |