Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.image

Class VolatileImage

java.lang.Object
|
+--java.awt.Image
   |
   +--java.awt.image.VolatileImage


public abstract class VolatileImage

extends Image

STUBS ONLY

Field Summary

static intIMAGE_INCOMPATIBLE

static intIMAGE_OK

STUBS ONLY
static intIMAGE_RESTORED

Constructor Summary

VolatileImage()

Method Summary

booleancontentsLost()

java.awt.Graphics2DcreateGraphics()

voidflush()

java.awt.ImageCapabilitiesgetCapabilities()

java.awt.GraphicsgetGraphics()

intgetHeight()

java.awt.image.BufferedImagegetSnapshot()

java.awt.image.ImageProducergetSource()

intgetWidth()

intvalidate(java.awt.GraphicsConfiguration gc)

Field Details

IMAGE_INCOMPATIBLE

public static final int IMAGE_INCOMPATIBLE


IMAGE_OK

public static final int IMAGE_OK

STUBS ONLY


IMAGE_RESTORED

public static final int IMAGE_RESTORED


Constructor Details

VolatileImage

public VolatileImage()


Method Details

contentsLost

public boolean contentsLost()


createGraphics

public Graphics2D createGraphics()


flush

public void flush()


getCapabilities

public ImageCapabilities getCapabilities()


getGraphics

public Graphics getGraphics()


getHeight

public int getHeight()


getSnapshot

public BufferedImage getSnapshot()


getSource

public ImageProducer getSource()


getWidth

public int getWidth()


validate

public int validate(java.awt.GraphicsConfiguration gc)

Parameters: