| java.lang.Object java.awt.image.MemoryImageSource
Constructor Summary | |
public | MemoryImageSource(int w, int h, ColorModel cm, int pix, int off, int scan, Hashtable, ?> props) | public | MemoryImageSource(int w, int h, ColorModel cm, byte pix, int off, int scan, Hashtable, ?> props) | public | MemoryImageSource(int w, int h, int pix, int off, int scan, Hashtable, ?> props) | public | MemoryImageSource(int w, int h, ColorModel cm, int pix, int off, int scan) | public | MemoryImageSource(int w, int h, ColorModel cm, byte pix, int off, int scan) | public | MemoryImageSource(int w, int h, int pix, int off, int scan) |
Method Summary | |
public synchronized void | addConsumer(ImageConsumer ic) | public synchronized boolean | isConsumer(ImageConsumer ic) | public synchronized void | newPixels(int newpix, ColorModel newmodel, int offset, int scansize) | public synchronized void | newPixels(byte newpix, ColorModel newmodel, int offset, int scansize) | public synchronized void | newPixels(int x, int y, int w, int h, boolean framenotify) | public synchronized void | newPixels(int x, int y, int w, int h) | public void | newPixels() | public synchronized void | removeConsumer(ImageConsumer ic) | public void | requestTopDownLeftRightResend(ImageConsumer ic) | public synchronized void | setAnimated(boolean animated) | public synchronized void | setFullBufferUpdates(boolean fullbuffers) | public void | startProduction(ImageConsumer ic) |
DATA_TYPE_BYTE | final static int DATA_TYPE_BYTE(Code) | | |
DATA_TYPE_INT | final static int DATA_TYPE_INT(Code) | | |
animated | boolean animated(Code) | | |
fullbuffers | boolean fullbuffers(Code) | | |
MemoryImageSource | public MemoryImageSource(int w, int h, ColorModel cm, int pix, int off, int scan, Hashtable, ?> props)(Code) | | |
MemoryImageSource | public MemoryImageSource(int w, int h, ColorModel cm, byte pix, int off, int scan, Hashtable, ?> props)(Code) | | |
MemoryImageSource | public MemoryImageSource(int w, int h, int pix, int off, int scan, Hashtable, ?> props)(Code) | | |
MemoryImageSource | public MemoryImageSource(int w, int h, ColorModel cm, int pix, int off, int scan)(Code) | | |
MemoryImageSource | public MemoryImageSource(int w, int h, ColorModel cm, byte pix, int off, int scan)(Code) | | |
MemoryImageSource | public MemoryImageSource(int w, int h, int pix, int off, int scan)(Code) | | |
newPixels | public synchronized void newPixels(int newpix, ColorModel newmodel, int offset, int scansize)(Code) | | |
newPixels | public synchronized void newPixels(byte newpix, ColorModel newmodel, int offset, int scansize)(Code) | | |
newPixels | public synchronized void newPixels(int x, int y, int w, int h, boolean framenotify)(Code) | | |
newPixels | public synchronized void newPixels(int x, int y, int w, int h)(Code) | | |
newPixels | public void newPixels()(Code) | | |
setAnimated | public synchronized void setAnimated(boolean animated)(Code) | | |
setFullBufferUpdates | public synchronized void setFullBufferUpdates(boolean fullbuffers)(Code) | | |
|
|