/openjdk7/jdk/src/share/classes/javax/swing/ |
H A D | Icon.java | 58 int getIconHeight(); method in interface:Icon
|
H A D | ImageIcon.java | 433 public int getIconHeight() { method in class:ImageIcon 500 int h = getIconHeight();
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/ |
H A D | IconUIResource.java | 79 public int getIconHeight() { method in class:IconUIResource 80 return delegate.getIconHeight();
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/ |
H A D | MetalCheckBoxIcon.java | 104 public int getIconHeight() { method in class:MetalCheckBoxIcon
|
H A D | MetalComboBoxIcon.java | 72 public int getIconHeight() { return 5; } method in class:MetalComboBoxIcon
|
H A D | MetalBumps.java | 116 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 D | ColorIcon.java | 52 public int getIconHeight() { method in class:ColorIcon
|
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/ |
H A D | SynthIcon.java | 51 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 D | ClassicSortArrowIcon.java | 94 public int getIconHeight() { method in class:ClassicSortArrowIcon
|
/openjdk7/jdk/test/javax/swing/border/ |
H A D | Test6910490.java | 69 public int getIconHeight() { method in class:Test6910490 75 g.fillRect(x, y, getIconWidth(), getIconHeight());
|
/openjdk7/jdk/src/share/classes/sun/swing/icon/ |
H A D | SortArrowIcon.java | 111 public int getIconHeight() { method in class:SortArrowIcon
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/ |
H A D | NimbusIcon.java | 173 public int getIconHeight(SynthContext context) { method in class:NimbusIcon
|
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/ |
H A D | MotifTreeCellRenderer.java | 108 public int getIconHeight() { method in class:MotifTreeCellRenderer.TreeLeafIcon
|
H A D | MotifTreeUI.java | 129 public int getIconHeight() { return SIZE; } method in class:MotifTreeUI.MotifExpandedIcon
|
H A D | MotifComboBoxUI.java | 217 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 D | MotifIconFactory.java | 171 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 D | AquaFocus.java | 88 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 D | InternalDialog.java | 93 int height = getIconHeight(); 123 public int getIconHeight() { method in class:InternalDialog.MastheadIcon 124 return leftIcon.getIconHeight();
|
H A D | BorderedComponent.java | 245 return getIconHeight(); 248 public int getIconHeight() { method in class:BorderedComponent.ArrowIcon
|
/openjdk7/jdk/test/javax/swing/JMenuItem/6209975/ |
H A D | bug6209975.java | 168 public int getIconHeight() { method in class:bug6209975.MyIcon
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/ |
H A D | BasicIconFactory.java | 124 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 D | WindowsTreeUI.java | 166 public int getIconHeight() { method in class:WindowsTreeUI.ExpandedIcon
|
H A D | WindowsInternalFrameTitlePane.java | 286 (iconHeight = icon.getIconHeight()) > 0) { 555 public int getIconHeight() { method in class:WindowsInternalFrameTitlePane.ScalableIconUIResource
|
/openjdk7/jdk/src/share/classes/sun/swing/table/ |
H A D | DefaultTableCellHeaderRenderer.java | 152 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 D | GTKIconFactory.java | 178 public int getIconHeight(SynthContext context) { method in class:GTKIconFactory.DelegatingIcon 312 public int getIconHeight(SynthContext context) { method in class:GTKIconFactory.ToolBarHandleIcon
|