Uses of Class java.awt.ImageCapabilities

Uses in package java.awt

Constructors with parameter type java.awt.ImageCapabilities

Creates a buffer capabilities object.

Methods with parameter type java.awt.ImageCapabilities

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

Methods with return type java.awt.ImageCapabilities

ImageCapabilities
Retrieve the back buffer's image capabilities.
ImageCapabilities
Retrieve the front buffer's image capabilities.
ImageCapabilities
Returns the imaging capabilities of this configuration.

Uses in package java.awt.image

Methods with return type java.awt.ImageCapabilities

ImageCapabilities
Returns the capabilities of this image buffer.