A type-safe enumeration of the possible back buffer contents after
page-flipping
| Field Summary |
|---|
| public static final BufferCapabilities.FlipContents | UNDEFINED | When flip contents are UNDEFINED, the
contents of the back buffer are undefined after flipping. |
| public static final BufferCapabilities.FlipContents | BACKGROUND | When flip contents are BACKGROUND, the
contents of the back buffer are cleared with the background color after
flipping. |
| public static final 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). |
| public static final BufferCapabilities.FlipContents | COPIED | When flip contents are COPIED, the
contents of the back buffer are copied to the front buffer when
flipping. |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |