Searched refs:setHeight (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthMenuItemLayoutHelper.java134 getIconSize().setHeight(SynthIcon.getIconHeight(getIcon(), context));
142 getAccSize().setHeight(getAccFontMetrics().getHeight());
153 getTextSize().setHeight(
160 getTextSize().setHeight(getFontMetrics().getHeight());
169 getCheckSize().setHeight(
176 getArrowSize().setHeight(
185 getLabelSize().setHeight(MenuItemLayoutHelper.max(
200 getLabelSize().setHeight(labelRect.height);
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLAppletElement.java92 public void setHeight(String height); method in interface:HTMLAppletElement
H A DHTMLIFrameElement.java70 public void setHeight(String height); method in interface:HTMLIFrameElement
H A DHTMLImageElement.java87 public void setHeight(String height); method in interface:HTMLImageElement
H A DHTMLTableCellElement.java117 public void setHeight(String height); method in interface:HTMLTableCellElement
H A DHTMLObjectElement.java122 public void setHeight(String height); method in interface:HTMLObjectElement
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DGrowableRectArray.java53 public final void setHeight(int index, int height) { method in class:GrowableRectArray
H A DMaskTileManager.java291 rectTileList.setHeight(tileArrayIndex, rects.getHeight(i));
316 rects.setHeight(index, MASK_SIZE - rects.getY(index));
323 rects.setHeight(index, rects.getHeight(index) + rects.getY(index));
H A DMaskTile.java49 rects.setHeight(index, height);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpringLayout.java375 setHeight(height);
399 setHeight(Spring.height(c));
629 public void setHeight(Spring height) { method in class:SpringLayout.Constraints
639 * @see #setHeight
766 setHeight(s);
910 pc.setHeight(Spring.constant(0, 0, Integer.MAX_VALUE));
/openjdk7/jaxp/src/org/w3c/dom/css/
H A DCSS2Properties.java865 public void setHeight(String height) method in interface:CSS2Properties
/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java1306 public void setHeight(int height) { method in class:MenuItemLayoutHelper.RectSize

Completed in 89 milliseconds