Uses of Class
java.awt.image.VolatileImage
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of VolatileImage in java.awt
Modifier and TypeFieldDescriptionprotected VolatileImage[]
Component.BltBufferStrategy.backBuffers
The back buffersprotected VolatileImage
Component.FlipBufferStrategy.drawVBuffer
The drawing buffer as a volatile imageModifier and TypeMethodDescriptionGraphicsConfiguration.createCompatibleVolatileImage
(int width, int height) Returns aVolatileImage
with a data layout and color model compatible with thisGraphicsConfiguration
.GraphicsConfiguration.createCompatibleVolatileImage
(int width, int height, int transparency) Returns aVolatileImage
with a data layout and color model compatible with thisGraphicsConfiguration
.GraphicsConfiguration.createCompatibleVolatileImage
(int width, int height, ImageCapabilities caps) Returns aVolatileImage
with a data layout and color model compatible with thisGraphicsConfiguration
, using the specified image capabilities.GraphicsConfiguration.createCompatibleVolatileImage
(int width, int height, ImageCapabilities caps, int transparency) Returns aVolatileImage
with a data layout and color model compatible with thisGraphicsConfiguration
, using the specified image capabilities and transparency value.Component.createVolatileImage
(int width, int height) Creates a volatile off-screen drawable image to be used for double buffering.Component.createVolatileImage
(int width, int height, ImageCapabilities caps) Creates a volatile off-screen drawable image, with the given capabilities.