GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type java.awt.BufferCapabilities.FlipContents | |
BufferCapabilities.BufferCapabilities(ImageCapabilities frontCaps, ImageCapabilities backCaps, BufferCapabilities.FlipContents flip) Creates a buffer capabilities object.
|
Fields of type java.awt.BufferCapabilities.FlipContents | |
BufferCapabilities.FlipContents | The back buffer is cleared with the background color after
flipping.
|
BufferCapabilities.FlipContents | The back buffer has the same contents as the front buffer after
flipping.
|
BufferCapabilities.FlipContents | The back buffer contains the pre-flipping contents of the front
buffer after flipping. |
BufferCapabilities.FlipContents | The contents of the back buffer are undefined after flipping.
|
Methods with parameter type java.awt.BufferCapabilities.FlipContents | |
void | Perform a flip operation to transfer the contents of the back
buffer to the front buffer.
|
Methods with return type java.awt.BufferCapabilities.FlipContents | |
BufferCapabilities.FlipContents | Retrieve the result of a flipping operation. |
Methods with parameter type java.awt.BufferCapabilities.FlipContents | |
void | Perform a page flip, leaving the contents of the back buffer in
the specified state.
|
GNU Classpath (0.95) |