| java.lang.Object java.awt.Image java.awt.image.BufferedImage java.awt.X11Image
Method Summary | |
void | addObserver(ImageObserver observer) | public void | flush() | public Graphics | getGraphics() | public int | getHeight() | public int | getHeight(ImageObserver observer) | public Object | getProperty(String name, ImageObserver observer) | public String[] | getPropertyNames() | public int[] | getRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize) | public ImageProducer | getSource() | int | getStatus(ImageObserver observer) | public java.awt.image.BufferedImage | getSubImage(int x, int y, int w, int h) | public int | getWidth() | public int | getWidth(ImageObserver observer) | public void | imageComplete(int stat) | boolean | prepareImage(int width, int height, ImageObserver observer) | public void | setColorModel(ColorModel cm) | public void | setDimensions(int width, int height) | public void | setHints(int hints) | public void | setPixels(int x, int y, int w, int h, ColorModel cm, byte[] pixels, int off, int scansize) | public void | setPixels(int x, int y, int w, int h, ColorModel cm, int[] pixels, int off, int scansize) | public void | setProperties(Hashtable props) | public void | setRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize) |
REDRAW_COUNT | final static int REDRAW_COUNT(Code) | | |
widthheight | int widthheight(Code) | | |
X11Image | X11Image(int w, int h, Color background)(Code) | | |
X11Image | X11Image(int Ximage, int Xclipmask, int w, int h)(Code) | | |
flush | public void flush()(Code) | | |
getHeight | public int getHeight()(Code) | | |
getRGB | public int[] getRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize)(Code) | | |
getWidth | public int getWidth()(Code) | | |
imageComplete | public void imageComplete(int stat)(Code) | | --- Consumer Stuff --- ****
|
setDimensions | public void setDimensions(int width, int height)(Code) | | |
setHints | public void setHints(int hints)(Code) | | |
setPixels | public void setPixels(int x, int y, int w, int h, ColorModel cm, byte[] pixels, int off, int scansize)(Code) | | |
setPixels | public void setPixels(int x, int y, int w, int h, ColorModel cm, int[] pixels, int off, int scansize)(Code) | | |
setRGB | public void setRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize)(Code) | | |
Methods inherited from java.awt.image.BufferedImage | public Graphics2D createGraphics()(Code)(Java Doc) public void flush()(Code)(Java Doc) public ColorModel getColorModel()(Code)(Java Doc) public java.awt.Graphics getGraphics()(Code)(Java Doc) public int getHeight()(Code)(Java Doc) public int getHeight(ImageObserver observer)(Code)(Java Doc) public Object getProperty(String name, ImageObserver observer)(Code)(Java Doc) public Object getProperty(String name)(Code)(Java Doc) public String[] getPropertyNames()(Code)(Java Doc) public int getRGB(int x, int y)(Code)(Java Doc) public int[] getRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize)(Code)(Java Doc) public ImageProducer getSource()(Code)(Java Doc) public BufferedImage getSubimage(int x, int y, int w, int h)(Code)(Java Doc) public int getType()(Code)(Java Doc) public int getWidth()(Code)(Java Doc) public int getWidth(ImageObserver observer)(Code)(Java Doc) public synchronized void setRGB(int x, int y, int rgb)(Code)(Java Doc) public void setRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize)(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|