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