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