Package com.formdev.flatlaf.icons
Class FlatDescendingSortIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatAscendingSortIcon
-
- com.formdev.flatlaf.icons.FlatDescendingSortIcon
-
- All Implemented Interfaces:
Icon
,UIResource
public class FlatDescendingSortIcon extends FlatAscendingSortIcon
"descendingSort" icon forJTableHeader
.- UiDefault:
- Component.arrowType String chevron (default) or triangle, Table.sortIconColor Color
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAscendingSortIcon
chevron, sortIconColor
-
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 void
paintArrow(Component c, Graphics2D g, boolean chevron)
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAscendingSortIcon
paintIcon
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
paintArrow
protected void paintArrow(Component c, Graphics2D g, boolean chevron)
- Overrides:
paintArrow
in classFlatAscendingSortIcon
-
-