|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--java.awt.ImageCapabilities
Unsafe:
| Field Summary | |
private boolean |
accelerated
|
| Constructor Summary | |
ImageCapabilities(boolean accelerated)
Enabled: Creates a new object for specifying image capabilities. |
|
| Method Summary | |
Object |
clone()
Suppressed: @return a copy of this ImageCapabilities object. |
boolean |
isAccelerated()
Enabled: Returns true if the object whose capabilities are
encapsulated in this ImageCapabilities can be or is
accelerated. |
boolean |
isTrueVolatile()
Enabled: Returns true if the VolatileImage
described by this ImageCapabilities can lose
its surfaces. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private boolean accelerated
| Constructor Detail |
public ImageCapabilities(boolean accelerated)
accelerated - whether or not an accelerated image is desired| Method Detail |
public boolean isAccelerated()
true if the object whose capabilities are
encapsulated in this ImageCapabilities can be or is
accelerated.
public boolean isTrueVolatile()
true if the VolatileImage
described by this ImageCapabilities can lose
its surfaces.
public Object clone()
clone in class Objectjava.lang.Cloneable
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||