Package com.jgoodies.looks.plastic
Class PlasticIconFactory.CollapsedTreeIcon
- java.lang.Object
-
- com.jgoodies.looks.plastic.PlasticIconFactory.ExpandedTreeIcon
-
- com.jgoodies.looks.plastic.PlasticIconFactory.CollapsedTreeIcon
-
- All Implemented Interfaces:
java.io.Serializable,javax.swing.Icon
- Enclosing class:
- PlasticIconFactory
private static class PlasticIconFactory.CollapsedTreeIcon extends PlasticIconFactory.ExpandedTreeIcon
The plus sign button icon used in trees.
-
-
Field Summary
-
Fields inherited from class com.jgoodies.looks.plastic.PlasticIconFactory.ExpandedTreeIcon
HALF_SIZE, SIZE
-
-
Constructor Summary
Constructors Modifier Constructor Description privateCollapsedTreeIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)-
Methods inherited from class com.jgoodies.looks.plastic.PlasticIconFactory.ExpandedTreeIcon
getIconHeight, getIconWidth
-
-
-
-
Method Detail
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
paintIconin interfacejavax.swing.Icon- Overrides:
paintIconin classPlasticIconFactory.ExpandedTreeIcon
-
-