Uses of Class
java.awt.ImageCapabilities
| Package | Description |
|---|---|
| java.awt |
Contains all of the classes for creating user interfaces and for painting
graphics and images.
|
| java.awt.image |
Provides classes for creating and modifying images.
|
-
Uses of ImageCapabilities in java.awt
Methods in java.awt that return ImageCapabilities Modifier and Type Method Description ImageCapabilitiesBufferCapabilities. getBackBufferCapabilities()ImageCapabilitiesImage. getCapabilities(GraphicsConfiguration gc)Returns an ImageCapabilities object which can be inquired as to the capabilities of this Image on the specified GraphicsConfiguration.ImageCapabilitiesBufferCapabilities. getFrontBufferCapabilities()ImageCapabilitiesGraphicsConfiguration. getImageCapabilities()Returns the image capabilities of thisGraphicsConfiguration.Methods in java.awt with parameters of type ImageCapabilities Modifier and Type Method Description VolatileImageGraphicsConfiguration. createCompatibleVolatileImage(int width, int height, ImageCapabilities caps)Returns aVolatileImagewith a data layout and color model compatible with thisGraphicsConfiguration, using the specified image capabilities.VolatileImageGraphicsConfiguration. createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency)Returns aVolatileImagewith a data layout and color model compatible with thisGraphicsConfiguration, using the specified image capabilities and transparency value.VolatileImageComponent. createVolatileImage(int width, int height, ImageCapabilities caps)Creates a volatile off-screen drawable image, with the given capabilities.Constructors in java.awt with parameters of type ImageCapabilities Constructor Description BufferCapabilities(ImageCapabilities frontCaps, ImageCapabilities backCaps, BufferCapabilities.FlipContents flipContents)Creates a new object for specifying buffering capabilities -
Uses of ImageCapabilities in java.awt.image
Methods in java.awt.image that return ImageCapabilities Modifier and Type Method Description abstract ImageCapabilitiesVolatileImage. getCapabilities()Returns an ImageCapabilities object which can be inquired as to the specific capabilities of this VolatileImage.