public class java.awt
ImageCapabilities


Show All Login
Java SE 6
  
Implements: Cloneable
Details
Capabilities and properties of images.
since1.4

Constructors
public ImageCapabilities(boolean accelerated) Details
Creates a new object for specifying image capabilities.
acceleratedwhether or not an accelerated image is desired

Methods
public Object clone() Details
returna copy of this ImageCapabilities object.

Properties
public boolean isAccelerated() Details
Returns true if the object whose capabilities are encapsulated in this ImageCapabilities can be or is accelerated.
returnwhether or not an image can be, or is, accelerated. There are various platform-specific ways to accelerate an image, including pixmaps, VRAM, AGP. This is the general acceleration method (as opposed to residing in system memory).
public boolean isTrueVolatile() Details
Returns true if the VolatileImage described by this ImageCapabilities can lose its surfaces.
returnwhether or not a volatile image is subject to losing its surfaces at the whim of the operating system.