Uses of Class
java.awt.BufferCapabilities.FlipContents
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of BufferCapabilities.FlipContents in java.awt
Modifier and TypeFieldDescriptionstatic final BufferCapabilities.FlipContents
BufferCapabilities.FlipContents.BACKGROUND
When flip contents areBACKGROUND
, the contents of the back buffer are cleared with the background color after flipping.static final BufferCapabilities.FlipContents
BufferCapabilities.FlipContents.COPIED
When flip contents areCOPIED
, the contents of the back buffer are copied to the front buffer when flipping.static final BufferCapabilities.FlipContents
BufferCapabilities.FlipContents.PRIOR
When flip contents arePRIOR
, the contents of the back buffer are the prior contents of the front buffer (a true page flip).static final BufferCapabilities.FlipContents
BufferCapabilities.FlipContents.UNDEFINED
When flip contents areUNDEFINED
, the contents of the back buffer are undefined after flipping.Modifier and TypeMethodDescriptionBufferCapabilities.getFlipContents()
Returns the resulting contents of the back buffer after page-flipping.Modifier and TypeMethodDescriptionprotected 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.ModifierConstructorDescriptionBufferCapabilities
(ImageCapabilities frontCaps, ImageCapabilities backCaps, BufferCapabilities.FlipContents flipContents) Creates a new object for specifying buffering capabilities