| java.awt.image.VolatileImage sun.awt.qt.QtVolatileImage
Method Summary | |
public boolean | contentsLost() | public Graphics2D | createGraphics() | 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 ImageCapabilities | getCapabilities() | public Graphics | getGraphics() | public int | getHeight(ImageObserver observer) | public int | getHeight() | public java.lang.Object | getProperty(java.lang.String name, ImageObserver observer) | public QtDrawableImage | getQtImage() | public BufferedImage | getSnapshot() | public ImageProducer | getSource() | public int | getWidth(ImageObserver observer) | public int | getWidth() | public boolean | isComplete() | public int | validate(GraphicsConfiguration gc) |
contentsLost | public boolean contentsLost()(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) | | |
getWidth | public int getWidth()(Code) | | |
isComplete | public boolean isComplete()(Code) | | |
|
|