Uses of Class java.awt.image.VolatileImage

Uses in package gnu.java.awt.peer.x

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
XGraphicsConfiguration.createCompatibleVolatileImage(int width, int height, int transparency)
Returns a buffered volatile image optimized to this device, and with the given transparency.

Uses in package gnu.awt.xlib

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
XGraphicsConfiguration.createCompatibleVolatileImage(int width, int height, int transparency)
VolatileImage
XCanvasPeer.createVolatileImage(int width, int height)
A convenience method that creates a volatile image.

Uses in package gnu.java.awt.peer.swing

Methods with return type java.awt.image.VolatileImage

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

Uses in package gnu.java.awt.peer.qt

Classes derived from java.awt.image.VolatileImage

class
QtVolatileImage - wraps a QImage

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
QtScreenDeviceConfiguration.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
A convenience method that creates a volatile image.

Uses in package gnu.java.awt.peer

Methods with return type java.awt.image.VolatileImage

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

Uses in package gnu.java.awt.peer.gtk

Classes derived from java.awt.image.VolatileImage

class

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
GdkGraphicsConfiguration.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
GtkComponentPeer.createVolatileImage(int width, int height)
A convenience method that creates a volatile image.

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.

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.