Frames | No Frames |
Methods with parameter type gnu.java.awt.peer.gtk.GdkGraphics | |
boolean | GtkImage.drawImage(GdkGraphics 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 | GtkImage.drawImage(GdkGraphics g, int x, int y, int width, int height, Color bgcolor, ImageObserver observer) Draws an image to the GdkGraphics context, at (x,y) scaled to
width and height, with optional compositing with a background color.
|