Uses of Class
java.awt.image.BufferStrategy
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of BufferStrategy in java.awt
Modifier and TypeClassDescriptionprotected class
Inner class for blitting offscreen surfaces to a component.protected class
Inner class for flipping buffers on a component.Modifier and TypeMethodDescriptionCanvas.getBufferStrategy()
Returns theBufferStrategy
used by this component.Window.getBufferStrategy()
Returns theBufferStrategy
used by this component.