java.awt
public class ImageCapabilities extends Object implements Cloneable
Constructor and Description |
---|
ImageCapabilities(boolean accelerated)
Create a new image capability descriptor.
|
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Clone this image capability descriptor.
|
boolean |
isAccelerated()
Returns whether or not the image buffer uses accelerated graphics
resources.
|
boolean |
isTrueVolatile()
Returns whether or not the image buffer's resources are volatile,
meaning that they can be reclaimed by the graphics system at any
time.
|
public ImageCapabilities(boolean accelerated)
accelerated
- true if the image buffer uses accelerated
graphics resourcespublic boolean isAccelerated()
public boolean isTrueVolatile()