| protected class java.awt Component.BltBufferStrategy
|
Java SE 6 |
| since | 1.4 |
| Fields | |
|---|---|
| protected BufferCapabilities | caps The buffering capabilities |
| protected VolatileImage[] | backBuffers The back buffers |
| 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 |
| protected int | height |
| Constructors | |||||
|---|---|---|---|---|---|
| protected | Component.BltBufferStrategy(int numBuffers, BufferCapabilities caps) Details
Creates a new blt buffer strategy around a component
| ||||
| Methods | |||
|---|---|---|---|
| public boolean | contentsLost() Details
| ||
| public boolean | contentsRestored() Details
| ||
| protected void | createBackBuffers(int numBuffers) Creates the back buffers | ||
| public void | dispose() Details
Releases system resources currently consumed by this
BufferStrategy and
removes it from the associated Component. After invoking this
method, getBufferStrategy will return null. Trying
to use a BufferStrategy after it has been disposed will
result in undefined behavior.
| ||
| protected void | revalidate() Restore the drawing buffer if it has been lost | ||
| public void | show() Makes the next available buffer visible. | ||
| Properties | |||
|---|---|---|---|
| public BufferCapabilities | getCapabilities() Details
| ||
| public Graphics | getDrawGraphics() Details
| ||
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2013 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|