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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java91 private RectSize textSize; field in class:MenuItemLayoutHelper
143 this.textSize = new RectSize();
172 textSize.origWidth = textSize.width;
269 textSize.width =
271 textSize.height =
275 textSize.width = SwingUtilities2.stringWidth(mi, fm, text);
276 textSize.height = fm.getHeight();
295 labelSize.width = iconSize.width + textSize.width + gap;
297 textSize
1089 setTextSize(RectSize textSize) argument
[all...]

Completed in 50 milliseconds