| java.lang.Object sun.awt.image.ImageWatched sun.awt.image.ImageRepresentation
All known Subclasses: sun.awt.gtk.GdkImageRepresentation, sun.awt.qt.QtImageRepresentation, sun.awt.pocketpc.PPCImageRepresentation,
Constructor Summary | |
public | ImageRepresentation(Image im, int t) Create an ImageRepresentation for the given Image scaled
to the given width and height and dithered or converted to
a ColorModel appropriate for the given image tag. |
Method Summary | |
synchronized void | abort() | public int | check(ImageObserver iw) | void | checkForInterest() | synchronized void | dispose() | abstract protected void | disposeImage() | public void | doFinalization() | public boolean | drawImage(Graphics g, int x, int y, Color c, ImageObserver iw) | public boolean | drawScaledImage(Graphics g, int x, int y, int w, int h, Color c, ImageObserver iw) | public boolean | drawStretchImage(Graphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color c, ImageObserver iw) | public void | finalize() | abstract protected boolean | finish(boolean force) | public int | getHeight() | public AWTFinalizeable | getNextFinalizeable() | public int | getWidth() | public void | imageComplete(int status) | abstract protected void | imageDraw(Graphics g, int x, int y, Color c) | protected void | imageScale(Graphics g, int x, int y, int w, int h, Color c, boolean done) | abstract protected void | imageStretch(Graphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color c) | abstract protected void | offscreenInit(Color bg) Initialize this ImageRepresentation object to act as the
destination drawable for this OffScreen Image. | public boolean | prepare(ImageObserver iw) | public synchronized void | reconstruct(int flags) | public synchronized void | removeWatcher(ImageObserver iw) | abstract protected boolean | setBytePixels(int x, int y, int w, int h, ColorModel model, byte pix, int off, int scansize) | public void | setColorModel(ColorModel model) | public void | setDimensions(int w, int h) | public void | setHints(int h) | abstract protected boolean | setIntPixels(int x, int y, int w, int h, ColorModel model, int pix, int off, int scansize) | public void | setNextFinalizeable(AWTFinalizeable o) | public void | setPixels(int x, int y, int w, int h, ColorModel model, byte pix, int off, int scansize) | public void | setPixels(int x, int y, int w, int h, ColorModel model, int pix, int off, int scansize) | public void | setProperties(Hashtable props) | void | startProduction() |
offscreen | boolean offscreen(Code) | | |
ImageRepresentation | public ImageRepresentation(Image im, int t)(Code) | | Create an ImageRepresentation for the given Image scaled
to the given width and height and dithered or converted to
a ColorModel appropriate for the given image tag.
|
abort | synchronized void abort()(Code) | | |
checkForInterest | void checkForInterest()(Code) | | |
dispose | synchronized void dispose()(Code) | | |
disposeImage | abstract protected void disposeImage()(Code) | | |
doFinalization | public void doFinalization()(Code) | | |
drawStretchImage | public boolean drawStretchImage(Graphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color c, ImageObserver iw)(Code) | | |
finalize | public void finalize()(Code) | | |
finish | abstract protected boolean finish(boolean force)(Code) | | |
getHeight | public int getHeight()(Code) | | |
getWidth | public int getWidth()(Code) | | |
imageComplete | public void imageComplete(int status)(Code) | | |
imageScale | protected void imageScale(Graphics g, int x, int y, int w, int h, Color c, boolean done)(Code) | | |
imageStretch | abstract protected void imageStretch(Graphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color c)(Code) | | |
offscreenInit | abstract protected void offscreenInit(Color bg)(Code) | | Initialize this ImageRepresentation object to act as the
destination drawable for this OffScreen Image.
|
reconstruct | public synchronized void reconstruct(int flags)(Code) | | |
setBytePixels | abstract protected boolean setBytePixels(int x, int y, int w, int h, ColorModel model, byte pix, int off, int scansize)(Code) | | |
setDimensions | public void setDimensions(int w, int h)(Code) | | |
setHints | public void setHints(int h)(Code) | | |
setIntPixels | abstract protected boolean setIntPixels(int x, int y, int w, int h, ColorModel model, int pix, int off, int scansize)(Code) | | |
setPixels | public void setPixels(int x, int y, int w, int h, ColorModel model, byte pix, int off, int scansize)(Code) | | |
setPixels | public void setPixels(int x, int y, int w, int h, ColorModel model, int pix, int off, int scansize)(Code) | | |
startProduction | void startProduction()(Code) | | |
|
|