Searched defs:getIconHeight (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/
H A DIcon.java58 int getIconHeight(); method in interface:Icon
H A DImageIcon.java433 public int getIconHeight() { method in class:ImageIcon
500 int h = getIconHeight();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DIconUIResource.java79 public int getIconHeight() { method in class:IconUIResource
80 return delegate.getIconHeight();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalCheckBoxIcon.java104 public int getIconHeight() { method in class:MetalCheckBoxIcon
H A DMetalComboBoxIcon.java72 public int getIconHeight() { return 5; } method in class:MetalComboBoxIcon
H A DMetalBumps.java116 int iconHeight = getIconHeight();
138 public int getIconHeight() { method in class:MetalBumps
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DColorIcon.java52 public int getIconHeight() { method in class:ColorIcon
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthIcon.java51 public static int getIconHeight(Icon icon, SynthContext context) { method in class:SynthIcon
56 return ((SynthIcon)icon).getIconHeight(context);
58 return icon.getIconHeight();
97 public abstract int getIconHeight(SynthContext context); method in class:SynthIcon
119 * <code>getIconHeight(null)</code>.
123 public int getIconHeight() { method in class:SynthIcon
124 return getIconHeight(null);
/openjdk7/jdk/src/share/classes/sun/swing/plaf/windows/
H A DClassicSortArrowIcon.java94 public int getIconHeight() { method in class:ClassicSortArrowIcon
/openjdk7/jdk/test/javax/swing/border/
H A DTest6910490.java69 public int getIconHeight() { method in class:Test6910490
75 g.fillRect(x, y, getIconWidth(), getIconHeight());
/openjdk7/jdk/src/share/classes/sun/swing/icon/
H A DSortArrowIcon.java111 public int getIconHeight() { method in class:SortArrowIcon
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusIcon.java173 public int getIconHeight(SynthContext context) { method in class:NimbusIcon
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTreeCellRenderer.java108 public int getIconHeight() { method in class:MotifTreeCellRenderer.TreeLeafIcon
H A DMotifTreeUI.java129 public int getIconHeight() { return SIZE; } method in class:MotifTreeUI.MotifExpandedIcon
H A DMotifComboBoxUI.java217 b.y = b.y + (b.height - arrowIcon.getIconHeight()) / 2;
219 b.height = arrowIcon.getIconHeight();
296 int h = getIconHeight();
329 public int getIconHeight() { method in class:MotifComboBoxUI.MotifComboBoxArrowIcon
H A DMotifIconFactory.java171 public int getIconHeight() { method in class:MotifIconFactory.CheckBoxIcon
278 int h = getIconHeight();
353 public int getIconHeight() { method in class:MotifIconFactory.RadioButtonIcon
364 public int getIconHeight() { return 0; } method in class:MotifIconFactory.MenuItemCheckIcon
374 public int getIconHeight() { return 0; } method in class:MotifIconFactory.MenuItemArrowIcon
390 int h = getIconHeight();
458 public int getIconHeight() { return 10; } method in class:MotifIconFactory.MenuArrowIcon
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFocus.java88 public int getIconHeight() {
89 return icon.getIconHeight() + slack + slack;
141 public int getIconHeight() { method in class:AquaFocus.FocusedIcon
142 return icon.getIconHeight() + slack + slack;
152 paintBorder(c, g, x, y, getIconWidth(), getIconHeight());
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DInternalDialog.java93 int height = getIconHeight();
123 public int getIconHeight() { method in class:InternalDialog.MastheadIcon
124 return leftIcon.getIconHeight();
H A DBorderedComponent.java245 return getIconHeight();
248 public int getIconHeight() { method in class:BorderedComponent.ArrowIcon
/openjdk7/jdk/test/javax/swing/JMenuItem/6209975/
H A Dbug6209975.java168 public int getIconHeight() { method in class:bug6209975.MyIcon
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicIconFactory.java124 public int getIconHeight() { return height; } method in class:BasicIconFactory.EmptyFrameIcon
137 public int getIconHeight() { method in class:BasicIconFactory.CheckBoxIcon
151 public int getIconHeight() { method in class:BasicIconFactory.RadioButtonIcon
174 public int getIconHeight() { return 9; } method in class:BasicIconFactory.CheckBoxMenuItemIcon
185 g.fillOval(x+1, y+1, getIconWidth(), getIconHeight());
189 public int getIconHeight() { return 6; } method in class:BasicIconFactory.RadioButtonMenuItemIcon
198 public int getIconHeight() { return 9; } method in class:BasicIconFactory.MenuItemCheckIcon
206 public int getIconHeight() { return 8; } method in class:BasicIconFactory.MenuItemArrowIcon
214 p.addPoint(x+getIconWidth(), y+getIconHeight()/2);
215 p.addPoint(x, y+getIconHeight());
220 public int getIconHeight() { return 8; } method in class:BasicIconFactory.MenuArrowIcon
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTreeUI.java166 public int getIconHeight() { method in class:WindowsTreeUI.ExpandedIcon
H A DWindowsInternalFrameTitlePane.java286 (iconHeight = icon.getIconHeight()) > 0) {
555 public int getIconHeight() { method in class:WindowsInternalFrameTitlePane.ScalableIconUIResource
/openjdk7/jdk/src/share/classes/sun/swing/table/
H A DDefaultTableCellHeaderRenderer.java152 emptyIcon.height = sortArrow.getIconHeight();
195 public int getIconHeight() { return height; } method in class:DefaultTableCellHeaderRenderer.EmptyIcon
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKIconFactory.java178 public int getIconHeight(SynthContext context) { method in class:GTKIconFactory.DelegatingIcon
312 public int getIconHeight(SynthContext context) { method in class:GTKIconFactory.ToolBarHandleIcon

Completed in 178 milliseconds

12