|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.ImageCapabilities
public class ImageCapabilities
Capabilities and properties of images.
Constructor Summary | |
---|---|
ImageCapabilities(boolean accelerated)
Creates a new object for specifying image capabilities. |
Method Summary | |
---|---|
Object |
clone()
clone creates a shallow clone of this. |
boolean |
isAccelerated()
Returns true if the object whose capabilities are
encapsulated in this ImageCapabilities can be or is
accelerated. |
boolean |
isTrueVolatile()
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 |
Constructor Detail |
---|
public ImageCapabilities(boolean accelerated)
accelerated
- whether or not an accelerated image is desiredMethod 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()
Object
clone
in class Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |