java.lang.Object
java.awt.BufferCapabilities.FlipContents
- Enclosing class:
BufferCapabilities
A type-safe enumeration of the possible back buffer contents after
page-flipping
- Since:
- 1.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BufferCapabilities.FlipContentsWhen flip contents areBACKGROUND, the contents of the back buffer are cleared with the background color after flipping.static final BufferCapabilities.FlipContentsWhen flip contents areCOPIED, the contents of the back buffer are copied to the front buffer when flipping.static final BufferCapabilities.FlipContentsWhen flip contents arePRIOR, the contents of the back buffer are the prior contents of the front buffer (a true page flip).static final BufferCapabilities.FlipContentsWhen flip contents areUNDEFINED, the contents of the back buffer are undefined after flipping. -
Method Summary
-
Field Details
-
UNDEFINED
When flip contents areUNDEFINED, the contents of the back buffer are undefined after flipping.- See Also:
-
BACKGROUND
When flip contents areBACKGROUND, the contents of the back buffer are cleared with the background color after flipping.- See Also:
-
PRIOR
When flip contents arePRIOR, the contents of the back buffer are the prior contents of the front buffer (a true page flip).- See Also:
-
COPIED
When flip contents areCOPIED, the contents of the back buffer are copied to the front buffer when flipping.- See Also:
-
-
Method Details
-
hashCode
public int hashCode()Description copied from class:ObjectAnswers an integer hash code for the receiver. Any two objects which answertruewhen passed to.equalsmust answer the same value for this method. -
toString
Description copied from class:ObjectAnswers a string containing a concise, human-readable description of the receiver.
-