Searched refs:getIconSize (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthMenuItemLayoutHelper.java133 getIconSize().setWidth(SynthIcon.getIconWidth(getIcon(), context));
134 getIconSize().setHeight(SynthIcon.getIconHeight(getIcon(), context));
183 getLabelSize().setWidth(getIconSize().getWidth()
187 getIconSize().getHeight(),
213 calcMaxWidth(getIconSize(), MAX_ICON_WIDTH);
216 if ((getIconSize().getMaxWidth() == 0)
221 calcMaxValue(MAX_LABEL_WIDTH, getIconSize().getMaxWidth()
226 getIconSize().setMaxWidth(getParentIntProperty(
233 getIconSize().getMaxWidth();
234 if (getIconSize()
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXIconWindow.java204 Dimension getIconSize(int widthHint, int heightHint) { method in class:XIconWindow
446 Dimension iconSize = getIconSize(width, height);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java937 public static Dimension getIconSize(int type) { method in class:GTKStyle.GTKStockIconInfo
/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java961 public RectSize getIconSize() { method in class:MenuItemLayoutHelper

Completed in 38 milliseconds