java.awt

Class BufferCapabilities.FlipContents

public static final class BufferCapabilities.FlipContents extends AttributeValue

A type-safe enumeration of buffer flipping results.

See Also: AttributeValue

Field Summary
static BufferCapabilities.FlipContentsBACKGROUND
The back buffer is cleared with the background color after flipping.
static BufferCapabilities.FlipContentsCOPIED
The back buffer has the same contents as the front buffer after flipping.
static BufferCapabilities.FlipContentsPRIOR
The back buffer contains the pre-flipping contents of the front buffer after flipping.
static BufferCapabilities.FlipContentsUNDEFINED
The contents of the back buffer are undefined after flipping.

Field Detail

BACKGROUND

public static final BufferCapabilities.FlipContents BACKGROUND
The back buffer is cleared with the background color after flipping.

COPIED

public static final BufferCapabilities.FlipContents COPIED
The back buffer has the same contents as the front buffer after flipping.

PRIOR

public static final BufferCapabilities.FlipContents PRIOR
The back buffer contains the pre-flipping contents of the front buffer after flipping. In other words a true "flip" has been performed.

UNDEFINED

public static final BufferCapabilities.FlipContents UNDEFINED
The contents of the back buffer are undefined after flipping.