Package com.jgoodies.looks.plastic
Class PlasticIconFactory.ExpandedTreeIcon
java.lang.Object
com.jgoodies.looks.plastic.PlasticIconFactory.ExpandedTreeIcon
- All Implemented Interfaces:
Serializable
,Icon
- Direct Known Subclasses:
PlasticIconFactory.CollapsedTreeIcon
- Enclosing class:
PlasticIconFactory
private static class PlasticIconFactory.ExpandedTreeIcon
extends Object
implements Icon, Serializable
Paints a minus sign button icon used in trees.
Uses a white background, gray border, and black foreground.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Field Details
-
SIZE
protected static final int SIZE- See Also:
-
HALF_SIZE
protected static final int HALF_SIZE- See Also:
-
-
Constructor Details
-
ExpandedTreeIcon
private ExpandedTreeIcon()
-
-
Method Details
-
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-