java.lang.Object
java.awt.Image
java.awt.image.VolatileImage
- All Implemented Interfaces:
- Transparency
- See Also:
- Source Code,
ImageProducer, ImageObserver, GraphicsConfiguration.createCompatibleVolatileImage(int, int), Component.createVolatileImage
public abstract boolean contentsLost()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract Graphics2D createGraphics()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void flush()
- See Also:
validate(java.awt.GraphicsConfiguration), contentsLost(), Image
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract ImageCapabilities getCapabilities()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Graphics getGraphics()
- See Also:
Component.createImage(int, int), Image, createGraphics, Graphics2D
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getHeight()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract BufferedImage getSnapshot()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ImageProducer getSource()
- See Also:
getSnapshot(), Image
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public int getTransparency()
- See Also:
Transparency.TRANSLUCENT, Transparency.BITMASK, Transparency.OPAQUE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int getWidth()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int IMAGE_INCOMPATIBLE
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int IMAGE_OK
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public static final int IMAGE_RESTORED
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
protected int transparency
- See Also:
Transparency, GraphicsConfiguration.createCompatibleVolatileImage(int,
int,ImageCapabilities,int), GraphicsConfiguration.createCompatibleVolatileImage(int,
int,int)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public abstract int validate(GraphicsConfiguration gc)
- See Also:
IMAGE_INCOMPATIBLE, IMAGE_RESTORED, IMAGE_OK, Component
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public VolatileImage()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples