Package com.formdev.flatlaf.icons
Class FlatTreeLeafIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatTreeLeafIcon
-
- All Implemented Interfaces:
Icon
,UIResource
public class FlatTreeLeafIcon extends FlatAbstractIcon
"leaf" icon forJTree
used byDefaultTreeCellRenderer
.- UiDefault:
- Tree.icon.leafColor Color
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Constructor Description FlatTreeLeafIcon()
-
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
-
-