java.awt
public static final class BufferCapabilities.FlipContents extends AttributeValue
See Also: 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. |