Searched defs:clearRect (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics.java413 * @see java.awt.Graphics#clearRect
432 * @see java.awt.Graphics#clearRect
468 public abstract void clearRect(int x, int y, int width, int height); method in class:Graphics
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXOffScreenSurfaceData.java551 public void clearRect(BufferedImage bim, int w, int h) { method in class:OSXOffScreenSurfaceData
H A DOSXSurfaceData.java144 clearRect(img, w, h);
181 public void clearRect(BufferedImage bim, int w, int h) { method in class:OSXSurfaceData
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java159 public void clearRect(int x, int y, int width, int height) { method in class:Test6657026.MyGraphics
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java384 * @see java.awt.Graphics#clearRect
405 * @see java.awt.Graphics#clearRect
430 public void clearRect(int x, int y, int width, int height) { method in class:ProxyGraphics
431 g.clearRect(x, y, width, height);
H A DPathGraphics.java190 * @see java.awt.Graphics#clearRect
226 * @see java.awt.Graphics#clearRect
265 public void clearRect(int x, int y, int width, int height) { method in class:PathGraphics
H A DPeekGraphics.java537 * @see java.awt.Graphics#clearRect
567 public void clearRect(int x, int y, int width, int height) { method in class:PeekGraphics
1698 * Graphics2D context only affects the subsequent clearRect() calls and
1702 * subsequent calls to clearRect().
1704 * @see Graphics.clearRect()
H A DProxyGraphics2D.java471 * @see java.awt.Graphics#clearRect
498 public void clearRect(int x, int y, int width, int height) { method in class:ProxyGraphics2D
499 mGraphics.clearRect(x, y, width, height);
1582 * Graphics2D context only affects the subsequent clearRect() calls and
1586 * subsequent calls to clearRect().
1588 * @see Graphics.clearRect()
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java397 * Overrides <code>Graphics.clearRect</code>.
399 public void clearRect(int x, int y, int width, int height) { method in class:DebugGraphics
412 debugGraphics.clearRect(x, y, width, height);
421 graphics.clearRect(x, y, width, height);
427 graphics.clearRect(x, y, width, height);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java1744 * Graphics2D context only affects the subsequent clearRect() calls and
1748 * subsequent calls to clearRect().
1750 * @see Graphics.clearRect()
2402 public void clearRect(int x, int y, int w, int h) { method in class:SunGraphics2D

Completed in 77 milliseconds