Uses of Class java.awt.image.VolatileImage

Uses in package java.awt

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
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
Component.createVolatileImage(int width, int height, ImageCapabilities caps)
Creates an image with the specified width and height for use in double buffering.

Uses in package java.awt.peer

Methods with return type java.awt.image.VolatileImage

VolatileImage
ComponentPeer.createVolatileImage(int width, int height)
A convenience method that creates a volatile image.