Searched defs:setClip (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedContext.java244 setClip(clip);
337 private void setClip(Region clip) { method in class:BufferedContext
/openjdk7/jdk/src/share/classes/java/awt/
H A DGraphics.java89 * be changed through the <code>setClip</code> or <code>clipRect</code>
276 * cleared using <code>setClip(null)</code>, this method returns
284 * @see java.awt.Graphics#setClip(int, int, int, int)
285 * @see java.awt.Graphics#setClip(Shape)
295 * set, or the clip has been cleared using <code>setClip(null)</code>,
300 * To set the current clip larger, use any of the setClip methods.
306 * @see #setClip(int, int, int, int)
307 * @see #setClip(Shape)
322 * @see java.awt.Graphics#setClip(Shape)
326 public abstract void setClip(in method in class:Graphics
362 public abstract void setClip(Shape clip); method in class:Graphics
[all...]
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBumps/
H A DTest6657026.java135 public void setClip(int x, int y, int width, int height) { method in class:Test6657026.MyGraphics
143 public void setClip(Shape clip) { method in class:Test6657026.MyGraphics
/openjdk7/jdk/src/share/classes/sun/print/
H A DProxyGraphics.java234 * cleared using <code>setClip(null)</code>, this method returns
242 * @see java.awt.Graphics#setClip(int, int, int, int)
243 * @see java.awt.Graphics#setClip(Shape)
255 * set, or the clip has been cleared using <code>setClip(null)</code>,
260 * To set the current clip larger, use any of the setClip methods.
266 * @see #setClip(int, int, int, int)
267 * @see #setClip(Shape)
284 * @see java.awt.Graphics#setClip(Shape)
287 public void setClip(int x, int y, int width, int height) { method in class:ProxyGraphics
288 g.setClip(
327 public void setClip(Shape clip) { method in class:ProxyGraphics
[all...]
H A DPeekGraphics.java401 * @see java.awt.Graphics#setClip(int, int, int, int)
402 * @see java.awt.Graphics#setClip(Shape)
415 * To set the current clip larger, use any of the setClip methods.
421 * @see #setClip(int, int, int, int)
422 * @see #setClip(Shape)
438 * @see java.awt.Graphics#setClip(Shape)
441 public void setClip(int x, int y, int width, int height) { method in class:PeekGraphics
442 mGraphics.setClip(x, y, width, height);
451 * @see java.awt.Graphics#setClip(int, int, int, int)
452 * @see java.awt.Graphics#setClip(Shap
473 public void setClip(Shape clip) { method in class:PeekGraphics
[all...]
H A DProxyGraphics2D.java337 * @see java.awt.Graphics#setClip(int, int, int, int)
338 * @see java.awt.Graphics#setClip(Shape)
351 * To set the current clip larger, use any of the setClip methods.
357 * @see #setClip(int, int, int, int)
358 * @see #setClip(Shape)
374 * @see java.awt.Graphics#setClip(Shape)
377 public void setClip(int x, int y, int width, int height) { method in class:ProxyGraphics2D
378 mGraphics.setClip(x, y, width, height);
387 * @see java.awt.Graphics#setClip(int, int, int, int)
388 * @see java.awt.Graphics#setClip(Shap
409 public void setClip(Shape clip) { method in class:ProxyGraphics2D
[all...]
H A DPSPrinterJob.java1058 protected void setClip(Shape clip) { method in class:PSPrinterJob
1904 setClip(clip);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DDebugGraphics.java300 * Overrides <code>Graphics.setClip</code>.
302 public void setClip(int x, int y, int width, int height) { method in class:DebugGraphics
303 graphics.setClip(x, y, width, height);
318 * Overrides <code>Graphics.setClip</code>.
320 public void setClip(Shape clip) { method in class:DebugGraphics
321 graphics.setClip(clip);
1446 debugGraphics.setClip(getClipBounds());
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java295 g.setClip(getRoundedClipShape(0, 0, w, h,
298 g.setClip(getRoundedClipShape(0, 0, w, h,
308 g.setClip(oldClip);
397 g.setClip(getRoundedClipShape(0, 0, width, height, 12, 12,
451 g.setClip(oldClip);
961 g.setClip(oldClip);
1098 protected void setClip(Node node, Graphics g) { method in class:Metacity
1395 setClip(child, g);
1426 g.setClip(oldClip);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSunGraphics2D.java851 * @see #setClip
1991 public void setClip(int x, int y, int w, int h) { method in class:SunGraphics2D
1992 setClip(new Rectangle(x, y, w, h));
1999 public void setClip(Shape sh) { method in class:SunGraphics2D
2009 * current clip smaller. To make the clip larger, use any setClip method.
2425 * @see #setClip
2456 * @see #setClip
2584 * @see #setClip
3279 * @see #setClip
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java557 public void setClip(String clip) method in interface:CSS2Properties

Completed in 128 milliseconds