Searched refs:getIconHeight (Results 1 - 25 of 85) sorted by relevance

1234

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthIcon.java66 int getIconHeight(SynthContext context); method in interface:SynthIcon
70 paintIcon(null, g, x, y, getIconWidth(), getIconHeight());
79 default int getIconHeight() { method in interface:SynthIcon
80 return getIconHeight(null);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DIcon.java64 int getIconHeight(); method in interface:Icon
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DIconUIResource.java80 public int getIconHeight() { method in class:IconUIResource
81 return delegate.getIconHeight();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicIconFactory.java165 public int getIconHeight() { return height; } method in class:BasicIconFactory.EmptyFrameIcon
178 public int getIconHeight() { method in class:BasicIconFactory.CheckBoxIcon
192 public int getIconHeight() { method in class:BasicIconFactory.RadioButtonIcon
215 public int getIconHeight() { return 9; } method in class:BasicIconFactory.CheckBoxMenuItemIcon
226 g.fillOval(x+1, y+1, getIconWidth(), getIconHeight());
230 public int getIconHeight() { return 6; } method in class:BasicIconFactory.RadioButtonMenuItemIcon
239 public int getIconHeight() { return 9; } method in class:BasicIconFactory.MenuItemCheckIcon
247 public int getIconHeight() { return 8; } method in class:BasicIconFactory.MenuItemArrowIcon
255 p.addPoint(x+getIconWidth(), y+getIconHeight()/2);
256 p.addPoint(x, y+getIconHeight());
261 public int getIconHeight() { return 8; } method in class:BasicIconFactory.MenuArrowIcon
[all...]
/openjdk9/jdk/src/java.desktop/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());
H A DAquaIcon.java61 final int h = i.getIconHeight();
81 painter.paint(g, c, x, y, getIconWidth(), getIconHeight());
97 public int getIconHeight() { method in class:AquaIcon.DynamicallySizingJRSUIIcon
155 g.drawImage(myImage, x, y, getIconWidth(), getIconHeight(), null);
165 public int getIconHeight() { method in class:AquaIcon.CachingScalingIcon
212 public int getIconHeight() { method in class:AquaIcon.ScalingJRSUIIcon
230 return CImage.createImageOfFile(file.getAbsolutePath(), getIconWidth(), getIconHeight());
304 selector, getIconWidth(), getIconHeight());
/openjdk9/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DColorIcon.java57 public int getIconHeight() { method in class:ColorIcon
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/com/sun/java/swing/ui/
H A DSplashScreen.java58 setSize(screen.getIconWidth(), screen.getIconHeight());
64 int h = screen.getIconHeight() + i.top + i.bottom;
/openjdk9/jdk/test/javax/swing/border/
H A DTest6910490.java69 public int getIconHeight() { method in class:Test6910490
75 g.fillRect(x, y, getIconWidth(), getIconHeight());
/openjdk9/jdk/test/javax/swing/JTree/8038113/
H A Dbug8038113.java65 int h = collapsedIcon.getIconHeight();
71 h = expandeIcon.getIconHeight();
/openjdk9/jdk/src/jdk.jconsole/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();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxIcon.java71 public int getIconHeight() { return 5; } method in class:MetalComboBoxIcon
H A DMetalIconFactory.java438 public int getIconHeight() { method in class:MetalIconFactory.FileChooserDetailViewIcon
487 public int getIconHeight() { method in class:MetalIconFactory.FileChooserHomeFolderIcon
548 public int getIconHeight() { method in class:MetalIconFactory.FileChooserListViewIcon
588 public int getIconHeight() { method in class:MetalIconFactory.FileChooserNewFolderIcon
635 public int getIconHeight() { method in class:MetalIconFactory.FileChooserUpFolderIcon
683 public int getIconHeight() { method in class:MetalIconFactory.PaletteCloseIcon
790 public int getIconHeight() { method in class:MetalIconFactory.InternalFrameCloseIcon
907 public int getIconHeight() { method in class:MetalIconFactory.InternalFrameAltMaximizeIcon
957 public int getIconHeight() { method in class:MetalIconFactory.InternalFrameDefaultMenuIcon
1067 public int getIconHeight() { method in class:MetalIconFactory.InternalFrameMaximizeIcon
1172 public int getIconHeight() { method in class:MetalIconFactory.InternalFrameMinimizeIcon
1267 public int getIconHeight() { method in class:MetalIconFactory.CheckBoxIcon
1398 public int getIconHeight() { method in class:MetalIconFactory.RadioButtonIcon
1442 public int getIconHeight() { method in class:MetalIconFactory.TreeComputerIcon
1526 public int getIconHeight() { method in class:MetalIconFactory.TreeHardDriveIcon
1571 public int getIconHeight() { method in class:MetalIconFactory.TreeFloppyDriveIcon
1725 public int getIconHeight() { return folderIcon16Size.height + getAdditionalHeight(); } method in class:MetalIconFactory.FolderIcon16
1834 public int getIconHeight() { return fileIcon16Size.height + getAdditionalHeight(); } method in class:MetalIconFactory.FileIcon16
2005 public int getIconHeight() { return treeControlSize.height; } method in class:MetalIconFactory.TreeControlIcon
2058 public int getIconHeight() { return menuArrowIconSize.height; } method in class:MetalIconFactory.MenuArrowIcon
2070 public int getIconHeight() { return menuArrowIconSize.height; } method in class:MetalIconFactory.MenuItemArrowIcon
2218 public int getIconHeight() { return menuCheckIconSize.height; } method in class:MetalIconFactory.CheckBoxMenuItemIcon
2352 public int getIconHeight() { return menuCheckIconSize.height; } method in class:MetalIconFactory.RadioButtonMenuItemIcon
2460 public int getIconHeight() { method in class:MetalIconFactory.VerticalSliderThumbIcon
2539 public int getIconHeight() { method in class:MetalIconFactory.HorizontalSliderThumbIcon
2647 public int getIconHeight() { method in class:MetalIconFactory.OceanVerticalSliderThumbIcon
2750 public int getIconHeight() { method in class:MetalIconFactory.OceanHorizontalSliderThumbIcon
[all...]
H A DMetalCheckBoxIcon.java118 public int getIconHeight() { method in class:MetalCheckBoxIcon
/openjdk9/jdk/test/javax/swing/plaf/synth/8081411/
H A Dbug8081411.java72 int height = SynthGraphicsUtils.getIconHeight(subMenuIcon, synthContext);
130 int dh = icon.getIconHeight(syntContext);
143 public int getIconHeight(SynthContext sc) { method in class:bug8081411.CenteredSynthIcon
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DIconView.java91 return c.getIconHeight();
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/windows/
H A DClassicSortArrowIcon.java95 public int getIconHeight() { method in class:ClassicSortArrowIcon
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/icon/
H A DSortArrowIcon.java112 public int getIconHeight() { method in class:SortArrowIcon
/openjdk9/jdk/test/javax/swing/JTable/
H A DTest6888156.java45 @Override public int getIconHeight() {
/openjdk9/jdk/test/javax/swing/JLayer/8041982/
H A Dbug8041982.java64 c.getHeight() / 2 - icon.getIconHeight() / 2);
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifIconFactory.java173 public int getIconHeight() { method in class:MotifIconFactory.CheckBoxIcon
275 int h = getIconHeight();
318 public int getIconHeight() { method in class:MotifIconFactory.RadioButtonIcon
330 public int getIconHeight() { return 0; } method in class:MotifIconFactory.MenuItemCheckIcon
341 public int getIconHeight() { return 0; } method in class:MotifIconFactory.MenuItemArrowIcon
358 int h = getIconHeight();
426 public int getIconHeight() { return 10; } method in class:MotifIconFactory.MenuArrowIcon
H A DMotifComboBoxUI.java220 b.y = b.y + (b.height - arrowIcon.getIconHeight()) / 2;
222 b.height = arrowIcon.getIconHeight();
300 int h = getIconHeight();
326 public int getIconHeight() { method in class:MotifComboBoxUI.MotifComboBoxArrowIcon
H A DMotifTreeCellRenderer.java110 public int getIconHeight() { method in class:MotifTreeCellRenderer.TreeLeafIcon
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/border/
H A DMatteBorder.java143 int tileH = tileIcon.getIconHeight();
188 int h = tileIcon.getIconHeight();
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsIconFactory.java175 int height = getIconHeight();
294 public int getIconHeight() { method in class:WindowsIconFactory.FrameButtonIcon
319 public int getIconHeight() { return 13; } method in class:WindowsIconFactory.ResizeIcon
435 public int getIconHeight() { method in class:WindowsIconFactory.CheckBoxIcon
589 public int getIconHeight() { method in class:WindowsIconFactory.RadioButtonIcon
608 y = y - getIconHeight() / 2;
621 public int getIconHeight() { return 9; } method in class:WindowsIconFactory.CheckBoxMenuItemIcon
633 g.fillRoundRect(x+3,y+3, getIconWidth()-6, getIconHeight()-6,
638 public int getIconHeight() { return 12; } method in class:WindowsIconFactory.RadioButtonMenuItemIcon
649 g.fill3DRect(x,y,getIconWidth(), getIconHeight(), tru
654 public int getIconHeight() { return 9; } method in class:WindowsIconFactory.MenuItemCheckIcon
669 public int getIconHeight() { return 8; } method in class:WindowsIconFactory.MenuItemArrowIcon
718 public int getIconHeight() { method in class:WindowsIconFactory.MenuArrowIcon
804 public int getIconHeight() { method in class:WindowsIconFactory.VistaMenuItemCheckIconFactory.VistaMenuItemCheckIcon
[all...]

Completed in 217 milliseconds

1234