API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. Component.BltBufferStrategy View Source
Author(s)
Michael Martak
Since
1.4
Version
Serial
Hierarchy
 Object
      BufferStrategy
          Component.BltBufferStrategy
Implements
Subclasses
Description
protected class Component.BltBufferStrategy
  Inner class for blitting offscreen surfaces to a component.
See also:   
Constructors
protected Component.BltBufferStrategy (int numBuffers, BufferCapabilities caps)
  Creates a new blt buffer strategy around a component
Methods
Hide/Show inherited methods
public boolean contentsLost () [Specified in BufferStrategy]
 
public boolean contentsRestored () [Specified in BufferStrategy]
 
protected void createBackBuffers (int numBuffers)
Creates the back buffers
public void dispose () [Overrides BufferStrategy]
  Releases system resources currently consumed by this BufferStrategy and removes it from the associated Component.
pack-private Image getBackBuffer ()
 
public BufferCapabilities getCapabilities () [Specified in BufferStrategy]
 
public Graphics getDrawGraphics () [Specified in BufferStrategy]
 
protected void revalidate ()
Restore the drawing buffer if it has been lost
pack-private void revalidate (boolean checkSize)
public void show () [Specified in BufferStrategy]
Makes the next available buffer visible.
pack-private void showSubRegion (int x1, int y1, int x2, int y2)
  Package-private method to present a specific rectangular area of this buffer.
Fields
Hide/Show inherited fields
protected VolatileImage backBuffers
The back buffers
protected BufferCapabilities caps
The buffering capabilities
protected int height
protected boolean validatedContents
Whether or not the drawing buffer has been recently restored from a lost state.
protected int width
Size of the back buffers
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar