Uses of Class
java.awt.ImageCapabilities
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
Provides classes for creating and modifying images.
-
Uses of ImageCapabilities in java.awt
Modifier and TypeMethodDescriptionBufferCapabilities.getBackBufferCapabilities()
Returns the image capabilities of all back buffers (intermediate buffers are considered back buffers).Image.getCapabilities
(GraphicsConfiguration gc) Returns an ImageCapabilities object which can be inquired as to the capabilities of this Image on the specified GraphicsConfiguration.BufferCapabilities.getFrontBufferCapabilities()
Returns the image capabilities of the front (displayed) buffer.GraphicsConfiguration.getImageCapabilities()
Returns the image capabilities of thisGraphicsConfiguration
.Modifier and TypeMethodDescriptionGraphicsConfiguration.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, ImageCapabilities caps) Creates a volatile off-screen drawable image, with the given capabilities.ModifierConstructorDescriptionBufferCapabilities
(ImageCapabilities frontCaps, ImageCapabilities backCaps, BufferCapabilities.FlipContents flipContents) Creates a new object for specifying buffering capabilities -
Uses of ImageCapabilities in java.awt.image
Modifier and TypeMethodDescriptionabstract ImageCapabilities
VolatileImage.getCapabilities()
Returns an ImageCapabilities object which can be inquired as to the specific capabilities of this VolatileImage.