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

/openjdk7/jdk/src/share/classes/sun/swing/
H A DMenuItemLayoutHelper.java90 private RectSize iconSize;
91 private RectSize textSize;
92 private RectSize accSize;
93 private RectSize checkSize;
94 private RectSize arrowSize;
95 private RectSize labelSize;
142 this.iconSize = new RectSize();
143 this.textSize = new RectSize();
144 this.accSize = new RectSize();
145 this.checkSize = new RectSize();
1270 public static class RectSize { class in class:MenuItemLayoutHelper
1276 public RectSize() { method in class:MenuItemLayoutHelper.RectSize
1279 public RectSize(int width, int height, int origWidth, int maxWidth) { method in class:MenuItemLayoutHelper.RectSize
[all...]

Completed in 219 milliseconds