Frames | No Frames |
Classes derived from gnu.java.awt.peer.qt.QtGraphics | |
class | QtComponentPainter is a Graphics2D context for painting directly to AWT
components. |
class | A QtImagePainter that does an update after every drawing op.
|
class | QtComponentPainter is a Graphics2D context for painting to QtImage and
QtVolatileImages.
|
Methods with parameter type gnu.java.awt.peer.qt.QtGraphics | |
boolean | Draws an image with eventual scaling/transforming.
|
boolean | Draws an image with eventual scaling/transforming.
|
boolean | QtImage.drawImage(QtGraphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) Draws an image with eventual scaling/transforming.
|
boolean | QtVolatileImage.drawImage(QtGraphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver observer) Draws an image with eventual scaling/transforming.
|
boolean | QtImage.drawImage(QtGraphics g, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) Draws an image to the QtGraphics context, at (x,y) scaled to
width and height, with optional compositing with a background color.
|
boolean | QtVolatileImage.drawImage(QtGraphics g, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) Draws an image to the QtGraphics context, at (x,y) scaled to
width and height, with optional compositing with a background color.
|
boolean | Draws an image to the QtGraphics context, at (x,y) with optional
compositing with a background color.
|
boolean | Draws an image to the QtGraphics context, at (x,y) with optional
compositing with a background color.
|