java.awt
public class ImageCapabilities extends Object implements Cloneable
Constructor Summary | |
---|---|
ImageCapabilities(boolean accelerated)
Create a new image capability descriptor.
|
Method Summary | |
---|---|
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.
|
Parameters: accelerated true if the image buffer uses accelerated graphics resources
Returns: a clone of this image capability descriptor
Returns: true if the image buffer uses accelerated graphics resources; false otherwise
Returns: true if the image buffer's resources are volatile; false otherwise