|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.BufferCapabilities.FlipContents
public static final class BufferCapabilities.FlipContents
A type-safe enumeration of buffer flipping results.
AttributeValue
Field Summary | |
---|---|
static BufferCapabilities.FlipContents |
BACKGROUND
The back buffer is cleared with the background color after flipping. |
static BufferCapabilities.FlipContents |
COPIED
The back buffer has the same contents as the front buffer after flipping. |
static BufferCapabilities.FlipContents |
PRIOR
The back buffer contains the pre-flipping contents of the front buffer after flipping. |
static BufferCapabilities.FlipContents |
UNDEFINED
The contents of the back buffer are undefined after flipping. |
Method Summary | |
---|---|
int |
hashCode()
Returns the hashcode of this element. |
String |
toString()
Returns the name of this enumeration element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BufferCapabilities.FlipContents UNDEFINED
public static final BufferCapabilities.FlipContents BACKGROUND
public static final BufferCapabilities.FlipContents PRIOR
public static final BufferCapabilities.FlipContents COPIED
Method Detail |
---|
public int hashCode()
hashCode
in class Object
Object.equals(Object)
,
System.identityHashCode(Object)
public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |