|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.ImageCapabilities
public class ImageCapabilities
This class represents the capabilities of an image buffer. An image buffer may be backed by accelerated graphics resources. Those resources may or may not be volatile. This class is used to describe these image buffer characteristics.
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. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageCapabilities(boolean accelerated)
accelerated
- true if the image buffer uses accelerated
graphics resourcesMethod Detail |
---|
public boolean isAccelerated()
public boolean isTrueVolatile()
public Object clone()
clone
in class Object
Cloneable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |