public static class IconFactory.KeYFolderIcon extends MetalIconFactory.FolderIcon16
Modifier and Type | Field and Description |
---|---|
private static Icon |
closableIcon |
private static Icon |
closedIcon |
private static Dimension |
folderIcon16Size |
private Color |
frontColor |
private static Icon |
linkedIcon |
private static long |
serialVersionUID |
Constructor and Description |
---|
IconFactory.KeYFolderIcon(Color p_frontColor) |
Modifier and Type | Method and Description |
---|---|
int |
getAdditionalHeight() |
int |
getIconHeight() |
int |
getIconWidth() |
static Icon |
getKeYFolderIconClosable() |
static Icon |
getKeYFolderIconClosed() |
static Icon |
getKeYFolderIconLinked() |
int |
getShift() |
void |
paintIcon(Component c,
Graphics g,
int x,
int y) |
private void |
paintMe(Component c,
Graphics g) |
private static final long serialVersionUID
private static final Icon closedIcon
private static final Icon closableIcon
private static final Icon linkedIcon
private static final Dimension folderIcon16Size
private final Color frontColor
public IconFactory.KeYFolderIcon(Color p_frontColor)
public static Icon getKeYFolderIconClosed()
public static Icon getKeYFolderIconLinked()
public static Icon getKeYFolderIconClosable()
public void paintIcon(Component c, Graphics g, int x, int y)
paintIcon
in interface Icon
paintIcon
in class MetalIconFactory.FolderIcon16
public int getShift()
getShift
in class MetalIconFactory.FolderIcon16
public int getAdditionalHeight()
getAdditionalHeight
in class MetalIconFactory.FolderIcon16
public int getIconWidth()
getIconWidth
in interface Icon
getIconWidth
in class MetalIconFactory.FolderIcon16
public int getIconHeight()
getIconHeight
in interface Icon
getIconHeight
in class MetalIconFactory.FolderIcon16