| java.lang.Object java.awt.Image sun.awt.image.Image sun.awt.qt.QtImage
Method Summary | |
public boolean | draw(QtGraphics g, int x, int y, ImageObserver observer) | public boolean | draw(QtGraphics g, int x, int y, int width, int height, ImageObserver observer) | public boolean | draw(QtGraphics g, int x, int y, Color bg, ImageObserver observer) | public boolean | draw(QtGraphics g, int x, int y, int width, int height, Color bg, ImageObserver observer) | public boolean | draw(QtGraphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, ImageObserver observer) | public boolean | draw(QtGraphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) | public ColorModel | getColorModel() | public Graphics | getGraphics() | protected ImageRepresentation | getImageRep() | public Object | getProperty(String name) | public String[] | getPropertyNames() | public int | getRGB(int x, int y) | public int[] | getRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize) | public BufferedImage | getSubimage(int x, int y, int w, int h) | public int | getType() | public boolean | isComplete() | protected ImageRepresentation | makeImageRep() | public void | setRGB(int x, int y, int rgb) | public void | setRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize) |
QtImage | public QtImage(ImageProducer producer)(Code) | | Construct an image from an ImageProducer object.
|
draw | public boolean draw(QtGraphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer)(Code) | | |
getRGB | public int getRGB(int x, int y)(Code) | | |
getRGB | public int[] getRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize)(Code) | | |
getType | public int getType()(Code) | | |
isComplete | public boolean isComplete()(Code) | | |
setRGB | public void setRGB(int x, int y, int rgb)(Code) | | |
setRGB | public void setRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize)(Code) | | |
|
|