Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
java.awt.BufferCapabilities.FlipContents

Packages that use BufferCapabilities.FlipContents
Package Description
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
 

Uses of BufferCapabilities.FlipContents in java.awt
 

Fields in java.awt declared as BufferCapabilities.FlipContents
Modifier and Type Field and Description
static BufferCapabilities.FlipContents BufferCapabilities.FlipContents.BACKGROUND
          When flip contents are BACKGROUND, the contents of the back buffer are cleared with the background color after flipping.
static BufferCapabilities.FlipContents BufferCapabilities.FlipContents.COPIED
          When flip contents are COPIED, the contents of the back buffer are copied to the front buffer when flipping.
static BufferCapabilities.FlipContents 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).
static BufferCapabilities.FlipContents BufferCapabilities.FlipContents.UNDEFINED
          When flip contents are UNDEFINED, the contents of the back buffer are undefined after flipping.
 

Methods in java.awt that return BufferCapabilities.FlipContents
Modifier and Type Method and Description
 BufferCapabilities.FlipContents BufferCapabilities.getFlipContents()
           
 

Methods in java.awt with parameters of type BufferCapabilities.FlipContents
Modifier and Type Method and Description
protected  void Component.FlipBufferStrategy.flip(BufferCapabilities.FlipContents flipAction)
          Flipping moves the contents of the back buffer to the front buffer, either by copying or by moving the video pointer.
 

Constructors in java.awt with parameters of type BufferCapabilities.FlipContents
Constructor and Description
BufferCapabilities(ImageCapabilities frontCaps, ImageCapabilities backCaps, BufferCapabilities.FlipContents flipContents)
          Creates a new object for specifying buffering capabilities
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.