Example usage for Java java.awt.image BufferStrategy fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | contentsLost() Returns whether the drawing buffer was lost since the last call to getDrawGraphics . |
Graphics | getDrawGraphics() Creates a graphics context for the drawing buffer. |
void | show() Makes the next available buffer visible by either copying the memory (blitting) or changing the display pointer (flipping). |