public static final class BufferCapabilities.FlipContents extends Object
AttributeValue| Modifier and Type | Field and Description |
|---|---|
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.
|
public static final BufferCapabilities.FlipContents UNDEFINED
public static final BufferCapabilities.FlipContents BACKGROUND
public static final BufferCapabilities.FlipContents PRIOR
public static final BufferCapabilities.FlipContents COPIED
public int hashCode()
hashCode in class ObjectObject.equals(Object),
System.identityHashCode(Object)public String toString()
toString in class ObjectObject.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)