| java.lang.Object sun.misc.Ref sun.awt.image.PixelStore
All known Subclasses: sun.awt.image.PixelStore8, sun.awt.image.PixelStore32,
PixelStore | abstract public class PixelStore extends Ref (Code) | | A memory cache object for pixel data. The actual pixels are stored
in a Ref so that they can be freed when necessary.
version: 1.27 08/19/02 author: Jim Graham |
Method Summary | |
abstract Object | allocateLines(int num) | public synchronized int | getBitState() | public synchronized ColorModel | getColorModel() | public synchronized int | getHeight() | public synchronized int | getWidth() | public synchronized void | imageComplete() | public Object | reconstitute() | protected void | recordPixels(int x, int y, int w, int h) | public synchronized boolean | replay(ImageProducer ip, ImageConsumer ic) | public synchronized boolean | replay(ImageProducer ip, ImageConsumer ic, boolean full) | abstract void | replayLines(ImageConsumer ic, int i, int cnt, Object line) | public synchronized void | setColorModel(ColorModel cm) | public synchronized void | setDimensions(int w, int h) | public synchronized void | setHints(int h) | public synchronized boolean | setPixels(int x, int y, int w, int h, byte pix, int srcoff, int scansize) | public synchronized boolean | setPixels(int x, int y, int w, int h, int pix, int srcoff, int scansize) | public synchronized void | setProperties(Hashtable props) |
BITS_ALLOCATED | final static int BITS_ALLOCATED(Code) | | |
BITS_LOST | final static int BITS_LOST(Code) | | |
NO_BITS_YET | final static int NO_BITS_YET(Code) | | |
PixelStore | public PixelStore()(Code) | | |
PixelStore | public PixelStore(int w, int h)(Code) | | |
getBitState | public synchronized int getBitState()(Code) | | |
getHeight | public synchronized int getHeight()(Code) | | |
getWidth | public synchronized int getWidth()(Code) | | |
imageComplete | public synchronized void imageComplete()(Code) | | |
recordPixels | protected void recordPixels(int x, int y, int w, int h)(Code) | | |
setDimensions | public synchronized void setDimensions(int w, int h)(Code) | | |
setHints | public synchronized void setHints(int h)(Code) | | |
setPixels | public synchronized boolean setPixels(int x, int y, int w, int h, byte pix, int srcoff, int scansize)(Code) | | |
setPixels | public synchronized boolean setPixels(int x, int y, int w, int h, int pix, int srcoff, int scansize)(Code) | | |
|
|