Searched refs:getIconWidth (Results 1 - 25 of 90) sorted by relevance

1234

/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/synth/
H A DSynthIcon.java58 int getIconWidth(SynthContext context); method in interface:SynthIcon
70 paintIcon(null, g, x, y, getIconWidth(), getIconHeight());
74 default int getIconWidth() { method in interface:SynthIcon
75 return getIconWidth(null);
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/
H A DIcon.java57 int getIconWidth(); method in interface:Icon
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/
H A DIconUIResource.java76 public int getIconWidth() { method in class:IconUIResource
77 return delegate.getIconWidth();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicIconFactory.java164 public int getIconWidth() { return width; } method in class:BasicIconFactory.EmptyFrameIcon
174 public int getIconWidth() { method in class:BasicIconFactory.CheckBoxIcon
188 public int getIconWidth() { method in class:BasicIconFactory.RadioButtonIcon
214 public int getIconWidth() { return 9; } method in class:BasicIconFactory.CheckBoxMenuItemIcon
226 g.fillOval(x+1, y+1, getIconWidth(), getIconHeight());
229 public int getIconWidth() { return 6; } method in class:BasicIconFactory.RadioButtonMenuItemIcon
238 public int getIconWidth() { return 9; } method in class:BasicIconFactory.MenuItemCheckIcon
246 public int getIconWidth() { return 4; } method in class:BasicIconFactory.MenuItemArrowIcon
255 p.addPoint(x+getIconWidth(), y+getIconHeight()/2);
260 public int getIconWidth() { retur method in class:BasicIconFactory.MenuArrowIcon
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/metal/
H A DMetalComboBoxIcon.java51 int iconWidth = getIconWidth();
66 public int getIconWidth() { return 10; } method in class:MetalComboBoxIcon
H A DMetalIconFactory.java434 public int getIconWidth() { method in class:MetalIconFactory.FileChooserDetailViewIcon
483 public int getIconWidth() { method in class:MetalIconFactory.FileChooserHomeFolderIcon
544 public int getIconWidth() { method in class:MetalIconFactory.FileChooserListViewIcon
584 public int getIconWidth() { method in class:MetalIconFactory.FileChooserNewFolderIcon
631 public int getIconWidth() { method in class:MetalIconFactory.FileChooserUpFolderIcon
679 public int getIconWidth() { method in class:MetalIconFactory.PaletteCloseIcon
786 public int getIconWidth() { method in class:MetalIconFactory.InternalFrameCloseIcon
903 public int getIconWidth() { method in class:MetalIconFactory.InternalFrameAltMaximizeIcon
953 public int getIconWidth() { method in class:MetalIconFactory.InternalFrameDefaultMenuIcon
1063 public int getIconWidth() { method in class:MetalIconFactory.InternalFrameMaximizeIcon
1168 public int getIconWidth() { method in class:MetalIconFactory.InternalFrameMinimizeIcon
1263 public int getIconWidth() { method in class:MetalIconFactory.CheckBoxIcon
1394 public int getIconWidth() { method in class:MetalIconFactory.RadioButtonIcon
1438 public int getIconWidth() { method in class:MetalIconFactory.TreeComputerIcon
1522 public int getIconWidth() { method in class:MetalIconFactory.TreeHardDriveIcon
1567 public int getIconWidth() { method in class:MetalIconFactory.TreeFloppyDriveIcon
1724 public int getIconWidth() { return folderIcon16Size.width; } method in class:MetalIconFactory.FolderIcon16
1833 public int getIconWidth() { return fileIcon16Size.width; } method in class:MetalIconFactory.FileIcon16
2004 public int getIconWidth() { return treeControlSize.width; } method in class:MetalIconFactory.TreeControlIcon
2056 public int getIconWidth() { return menuArrowIconSize.width; } method in class:MetalIconFactory.MenuArrowIcon
2068 public int getIconWidth() { return menuArrowIconSize.width; } method in class:MetalIconFactory.MenuItemArrowIcon
2216 public int getIconWidth() { return menuCheckIconSize.width; } method in class:MetalIconFactory.CheckBoxMenuItemIcon
2350 public int getIconWidth() { return menuCheckIconSize.width; } method in class:MetalIconFactory.RadioButtonMenuItemIcon
2456 public int getIconWidth() { method in class:MetalIconFactory.VerticalSliderThumbIcon
2535 public int getIconWidth() { method in class:MetalIconFactory.HorizontalSliderThumbIcon
2643 public int getIconWidth() { method in class:MetalIconFactory.OceanVerticalSliderThumbIcon
2746 public int getIconWidth() { method in class:MetalIconFactory.OceanHorizontalSliderThumbIcon
[all...]
H A DMetalCheckBoxIcon.java114 public int getIconWidth() { method in class:MetalCheckBoxIcon
/openjdk9/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DInternalDialog.java91 int lWidth = leftIcon.getIconWidth();
92 int rWidth = rightIcon.getIconWidth();
109 public int getIconWidth() { method in class:InternalDialog.MastheadIcon
118 return (leftIcon.getIconWidth() + gap + textWidth +
119 gap + rightIcon.getIconWidth());
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/laf/
H A DAquaFocus.java93 public int getIconWidth() {
94 return icon.getIconWidth() + slack + slack;
146 public int getIconWidth() { method in class:AquaFocus.FocusedIcon
147 return icon.getIconWidth() + slack + slack;
152 paintBorder(c, g, x, y, getIconWidth(), getIconHeight());
H A DAquaIcon.java60 final int w = i.getIconWidth();
81 painter.paint(g, c, x, y, getIconWidth(), getIconHeight());
101 public int getIconWidth() { method in class:AquaIcon.DynamicallySizingJRSUIIcon
155 g.drawImage(myImage, x, y, getIconWidth(), getIconHeight(), null);
161 public int getIconWidth() { method in class:AquaIcon.CachingScalingIcon
207 public int getIconWidth() { 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.java52 public int getIconWidth() { 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());
63 int w = screen.getIconWidth() + i.left + i.right;
/openjdk9/jdk/test/javax/swing/border/
H A DTest6910490.java65 public int getIconWidth() { method in class:Test6910490
75 g.fillRect(x, y, getIconWidth(), getIconHeight());
/openjdk9/jdk/test/javax/swing/JTree/8038113/
H A Dbug8038113.java64 int w = collapsedIcon.getIconWidth();
70 w = expandeIcon.getIconWidth();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/border/
H A DMatteBorder.java131 color = (tileIcon.getIconWidth() == -1) ? Color.gray : null;
142 int tileW = tileIcon.getIconWidth();
187 int w = tileIcon.getIconWidth();
/openjdk9/jdk/test/javax/swing/plaf/synth/8081411/
H A Dbug8081411.java71 int width = SynthGraphicsUtils.getIconWidth(subMenuIcon, synthContext);
129 int dw = icon.getIconWidth(syntContext);
138 public int getIconWidth(SynthContext sc) { method in class:bug8081411.CenteredSynthIcon
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifComboBoxUI.java215 b.x = b.x + b.width - HORIZ_MARGIN - arrowIcon.getIconWidth();
221 b.width = arrowIcon.getIconWidth();
246 return arrowIcon.getIconWidth() + (2 * HORIZ_MARGIN);
248 return arrowIcon.getIconWidth() + (3 * HORIZ_MARGIN) + 2;
299 int w = getIconWidth();
322 public int getIconWidth() { method in class:MotifComboBoxUI.MotifComboBoxArrowIcon
H A DMotifIconFactory.java169 public int getIconWidth() { method in class:MotifIconFactory.CheckBoxIcon
274 int w = getIconWidth();
314 public int getIconWidth() { method in class:MotifIconFactory.RadioButtonIcon
329 public int getIconWidth() { return 0; } method in class:MotifIconFactory.MenuItemCheckIcon
340 public int getIconWidth() { return 0; } method in class:MotifIconFactory.MenuItemArrowIcon
357 int w = getIconWidth();
425 public int getIconWidth() { return 10; } method in class:MotifIconFactory.MenuArrowIcon
H A DMotifTreeCellRenderer.java106 public int getIconWidth() { method in class:MotifTreeCellRenderer.TreeLeafIcon
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DIconView.java89 return c.getIconWidth();
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/plaf/windows/
H A DClassicSortArrowIcon.java92 public int getIconWidth() { method in class:ClassicSortArrowIcon
/openjdk9/jdk/src/java.desktop/share/classes/sun/swing/icon/
H A DSortArrowIcon.java108 public int getIconWidth() { method in class:SortArrowIcon
/openjdk9/jdk/test/javax/swing/JTable/
H A DTest6888156.java41 @Override public int getIconWidth() {
/openjdk9/jdk/test/javax/swing/JLayer/8041982/
H A Dbug8041982.java62 icon.paintIcon(c, g, c.getWidth() / 2 - icon.getIconWidth() /
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsIconFactory.java174 int width = getIconWidth();
274 public int getIconWidth() { method in class:WindowsIconFactory.FrameButtonIcon
318 public int getIconWidth() { return 13; } method in class:WindowsIconFactory.ResizeIcon
426 public int getIconWidth() { method in class:WindowsIconFactory.CheckBoxIcon
580 public int getIconWidth() { method in class:WindowsIconFactory.RadioButtonIcon
620 public int getIconWidth() { return 9; } method in class:WindowsIconFactory.CheckBoxMenuItemIcon
633 g.fillRoundRect(x+3,y+3, getIconWidth()-6, getIconHeight()-6,
637 public int getIconWidth() { return 12; } method in class:WindowsIconFactory.RadioButtonMenuItemIcon
649 g.fill3DRect(x,y,getIconWidth(), getIconHeight(), true);
653 public int getIconWidth() { retur method in class:WindowsIconFactory.MenuItemCheckIcon
668 public int getIconWidth() { return 4; } method in class:WindowsIconFactory.MenuItemArrowIcon
709 public int getIconWidth() { method in class:WindowsIconFactory.MenuArrowIcon
746 static int getIconWidth() { method in class:WindowsIconFactory.VistaMenuItemCheckIconFactory
826 public int getIconWidth() { method in class:WindowsIconFactory.VistaMenuItemCheckIconFactory.VistaMenuItemCheckIcon
[all...]

Completed in 265 milliseconds

1234