API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. BufferCapabilities.FlipContents View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      AttributeValue
          BufferCapabilities.FlipContents
Implements
Subclasses
Description
publicfinalstatic class BufferCapabilities.FlipContents
  A type-safe enumeration of the possible back buffer contents after page-flipping
See also:   
Constructors
private BufferCapabilities.FlipContents (int type)
Methods
Hide/Show inherited methods
public int hashCode () [Inherited From AttributeValue]
public String toString () [Inherited From AttributeValue]
Fields
Hide/Show inherited fields
publicfinalstatic FlipContents BACKGROUND
  When flip contents are BACKGROUND, the contents of the back buffer are cleared with the background color after flipping.
publicfinalstatic FlipContents COPIED
  When flip contents are COPIED, the contents of the back buffer are copied to the front buffer when flipping.
publicfinalstatic 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).
publicfinalstatic FlipContents UNDEFINED
  When flip contents are UNDEFINED, the contents of the back buffer are undefined after flipping.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar