Package com.formdev.flatlaf.icons
Class FlatTreeCollapsedIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatTreeCollapsedIcon
-
- All Implemented Interfaces:
Icon
,UIResource
- Direct Known Subclasses:
FlatTreeExpandedIcon
public class FlatTreeCollapsedIcon extends FlatAbstractIcon
"collapsed" icon forJTree
.- UiDefault:
- Component.arrowType String chevron (default) or triangle, Tree.icon.collapsedColor Color
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Constructor Description FlatTreeCollapsedIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paintIcon(Component c, Graphics2D g)
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
paintIcon
protected void paintIcon(Component c, Graphics2D g)
- Specified by:
paintIcon
in classFlatAbstractIcon
-
-