D | OverrideGraphics2D.java | 294 …x1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, ImageObserver ob… in drawImage() argument 296 return graphics.drawImage(img, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, bgcolor, observer); in drawImage() 304 …public boolean drawImage(Image img, int x, int y, int width, int height, Color bgcolor, ImageObser… in drawImage() argument 306 return graphics.drawImage(img, x, y, width, height, bgcolor, observer); in drawImage() 314 public boolean drawImage(Image img, int x, int y, Color bgcolor, ImageObserver observer) in drawImage() argument 316 return graphics.drawImage(img, x, y, bgcolor, observer); in drawImage()
|