Searched defs:setShape (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLAreaElement.java91 public void setShape(String shape); method in interface:HTMLAreaElement
H A DHTMLAnchorElement.java108 public void setShape(String shape); method in interface:HTMLAnchorElement
/openjdk7/jdk/src/share/classes/java/awt/
H A DDialog.java1265 * Refer to {@link Window#setShape}, {@link Window#setOpacity} and {@link
1339 public void setShape(Shape shape) { method in class:Dialog
1344 super.setShape(shape);
H A DFrame.java895 * Refer to {@link Window#setShape}, {@link Window#setOpacity} and {@link
970 public void setShape(Shape shape) { method in class:Frame
975 super.setShape(shape);
H A DWindow.java359 * @see #setShape(Shape)
3557 * current shape of this window (see {@link #setShape(Shape)}).
3574 * @see Window#setShape(Shape)
3614 * previously set with {@code setShape(shape)}, but it is guaranteed
3620 * @see Window#setShape(Shape)
3680 public void setShape(Shape shape) { method in class:Window
3763 * this window (see {@link #setShape(Shape)}).
3789 * @see Window#setShape(Shape)
4013 public void setShape(Window window, Shape shape) {
4014 window.setShape(shap
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DAWTAccessor.java270 void setShape(Window window, Shape shape); method in interface:AWTAccessor.WindowAccessor

Completed in 76 milliseconds