Java java.awt.image BufferStrategy fields, constructors, methods, implement or subclass

Example usage for Java java.awt.image BufferStrategy fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.image BufferStrategy.

The text is from its open source code.

Method

booleancontentsLost()
Returns whether the drawing buffer was lost since the last call to getDrawGraphics .
GraphicsgetDrawGraphics()
Creates a graphics context for the drawing buffer.
voidshow()
Makes the next available buffer visible by either copying the memory (blitting) or changing the display pointer (flipping).