A type-safe enumeration of the possible back buffer contents after page-flipping
A type-safe enumeration of the possible back buffer contents after page-flipping
Static Constant.
When flip contents are BACKGROUND, the contents of the back buffer are cleared with the background color after flipping.
type: java.awt.BufferCapabilities$FlipContents
Static Constant. When flip contents are BACKGROUND, the contents of the back buffer are cleared with the background color after flipping. type: java.awt.BufferCapabilities$FlipContents
Static Constant.
When flip contents are COPIED, the contents of the back buffer are copied to the front buffer when flipping.
type: java.awt.BufferCapabilities$FlipContents
Static Constant. When flip contents are COPIED, the contents of the back buffer are copied to the front buffer when flipping. type: java.awt.BufferCapabilities$FlipContents
Static Constant.
When flip contents are PRIOR, the contents of the back buffer are the prior contents of the front buffer (a true page flip).
type: java.awt.BufferCapabilities$FlipContents
Static Constant. When flip contents are PRIOR, the contents of the back buffer are the prior contents of the front buffer (a true page flip). type: java.awt.BufferCapabilities$FlipContents
Static Constant.
When flip contents are UNDEFINED, the contents of the back buffer are undefined after flipping.
type: java.awt.BufferCapabilities$FlipContents
Static Constant. When flip contents are UNDEFINED, the contents of the back buffer are undefined after flipping. type: java.awt.BufferCapabilities$FlipContents
(hash-code this)
Description copied from class: Object
returns: a hash code value for this object. - int
Description copied from class: Object returns: a hash code value for this object. - `int`
(to-string this)
Description copied from class: Object
returns: a string representation of the object. - java.lang.String
Description copied from class: Object returns: a string representation of the object. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close