| java.lang.Object java.awt.Image sun.awt.qt.QtSubImage
Constructor Summary | |
| QtSubImage(QtImage sourceImage, int x, int y, int width, int height) |
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 void | flush() | public ColorModel | getColorModel() | public Graphics | getGraphics() | public int | getHeight(ImageObserver observer) | public int | getHeight() | public Object | getProperty(String name, ImageObserver observer) | 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 synchronized ImageProducer | getSource() | public BufferedImage | getSubimage(int x, int y, int w, int h) | public int | getType() | public int | getWidth(ImageObserver observer) | public int | getWidth() | public boolean | isComplete() | 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) |
QtSubImage | QtSubImage(QtImage sourceImage, int x, int y, int width, int height)(Code) | | |
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) | | |
flush | public void flush()(Code) | | |
getHeight | public int getHeight()(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) | | |
getWidth | public int getWidth()(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) | | |
|
|