Class TreeIcon
java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.icon.TreeIcon
- All Implemented Interfaces:
Icon, UIResource
Expand / collapse icon for
JTree rows.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate intThe size ofthisicon.private JTreeThe associated tree. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoid
-
Field Details
-
size
private int sizeThe size ofthisicon. -
tree
The associated tree. -
isCollapsed
private boolean isCollapsed
-
-
Constructor Details
-
TreeIcon
-
-
Method Details
-
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidthin interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeightin interfaceIcon
-