Methods Summary |
---|
public abstract boolean | contentsLost()Returns true if the drawing buffer was lost since the last call of
getDrawGraphics.
|
public abstract boolean | contentsRestored()Returns true if the drawing buffer is restored from a lost state.
|
public abstract java.awt.BufferCapabilities | getCapabilities()Gets the BufferCapabilities of BufferStrategy.
|
public abstract java.awt.Graphics | getDrawGraphics()Gets the Graphics object to use to draw to the buffer.
|
public abstract void | show()Shows the next available buffer.
|