public class AjaxSwingVolatileImage
extends java.awt.image.VolatileImage
implements sun.awt.image.PublicManageable
IMAGE_INCOMPATIBLE, IMAGE_OK, IMAGE_RESTORED
Constructor and Description |
---|
AjaxSwingVolatileImage(AjaxSwingGraphicsConfig graphicsConfig,
int w,
int h) |
AjaxSwingVolatileImage(AjaxSwingGraphicsConfig graphicsConfig,
int w,
int h,
int transparency) |
Modifier and Type | Method and Description |
---|---|
boolean |
contentsLost() |
java.awt.Graphics2D |
createGraphics() |
java.awt.ImageCapabilities |
getCapabilities() |
int |
getHeight() |
int |
getHeight(java.awt.image.ImageObserver observer) |
java.lang.Object |
getProperty(java.lang.String name,
java.awt.image.ImageObserver observer) |
java.awt.image.BufferedImage |
getSnapshot() |
sun.awt.image.SurfaceManager |
getSurfaceManager() |
int |
getWidth() |
int |
getWidth(java.awt.image.ImageObserver observer) |
int |
validate(java.awt.GraphicsConfiguration gc) |
public AjaxSwingVolatileImage(AjaxSwingGraphicsConfig graphicsConfig, int w, int h)
public AjaxSwingVolatileImage(AjaxSwingGraphicsConfig graphicsConfig, int w, int h, int transparency)
public java.lang.Object getProperty(java.lang.String name, java.awt.image.ImageObserver observer)
getProperty
in class java.awt.Image
public int getWidth()
getWidth
in class java.awt.image.VolatileImage
public int getHeight()
getHeight
in class java.awt.image.VolatileImage
public int getHeight(java.awt.image.ImageObserver observer)
getHeight
in class java.awt.Image
public int getWidth(java.awt.image.ImageObserver observer)
getWidth
in class java.awt.Image
public java.awt.Graphics2D createGraphics()
createGraphics
in class java.awt.image.VolatileImage
public boolean contentsLost()
contentsLost
in class java.awt.image.VolatileImage
public int validate(java.awt.GraphicsConfiguration gc)
validate
in class java.awt.image.VolatileImage
public java.awt.image.BufferedImage getSnapshot()
getSnapshot
in class java.awt.image.VolatileImage
public java.awt.ImageCapabilities getCapabilities()
getCapabilities
in class java.awt.image.VolatileImage
public sun.awt.image.SurfaceManager getSurfaceManager()
Copyright © 2000-2012 CreamTec LLC. All Rights Reserved.