|
![]() |
|||||||||
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 the possible back buffer contents after page-flipping
Field Summary | |
---|---|
static BufferCapabilities.FlipContents |
BACKGROUND
When flip contents are BACKGROUND , the
contents of the back buffer are cleared with the background color after
flipping. |
static BufferCapabilities.FlipContents |
COPIED
When flip contents are COPIED , the
contents of the back buffer are copied to the front buffer when
flipping. |
static BufferCapabilities.FlipContents |
PRIOR
When flip contents are PRIOR , the
contents of the back buffer are the prior contents of the front buffer
(a true page flip). |
static BufferCapabilities.FlipContents |
UNDEFINED
When flip contents are UNDEFINED , the
contents of the back buffer are undefined after flipping. |
Method Summary | |
---|---|
int |
hashCode()
hashCode returns a hash code for this object. |
String |
toString()
toString creates a printable string that represents this object for debugging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final BufferCapabilities.FlipContents UNDEFINED
UNDEFINED
, the
contents of the back buffer are undefined after flipping.
BufferCapabilities.isPageFlipping()
,
BufferCapabilities.getFlipContents()
,
BACKGROUND
,
PRIOR
,
COPIED
public static final BufferCapabilities.FlipContents BACKGROUND
BACKGROUND
, the
contents of the back buffer are cleared with the background color after
flipping.
BufferCapabilities.isPageFlipping()
,
BufferCapabilities.getFlipContents()
,
UNDEFINED
,
PRIOR
,
COPIED
public static final BufferCapabilities.FlipContents PRIOR
PRIOR
, the
contents of the back buffer are the prior contents of the front buffer
(a true page flip).
BufferCapabilities.isPageFlipping()
,
BufferCapabilities.getFlipContents()
,
UNDEFINED
,
BACKGROUND
,
COPIED
public static final BufferCapabilities.FlipContents COPIED
COPIED
, the
contents of the back buffer are copied to the front buffer when
flipping.
BufferCapabilities.isPageFlipping()
,
BufferCapabilities.getFlipContents()
,
UNDEFINED
,
BACKGROUND
,
PRIOR
Method Detail |
---|
public int hashCode()
Object
The default implementation returns System.identityHashCode(this).
hashCode
in class Object
public String toString()
Object
The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).
toString
in class Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |