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

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

Introduction

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

The text is from its open source code.

Field

intIMAGE_RESTORED
Validated image has been restored and is now ready to use.
intIMAGE_INCOMPATIBLE
Validated image is incompatible with supplied GraphicsConfiguration object and should be re-created as appropriate.

Method

voidflush()
Flushes all reconstructable resources being used by this Image object.