Class FlatAscendingSortIcon
java.lang.Object
com.formdev.flatlaf.icons.FlatAbstractIcon
com.formdev.flatlaf.icons.FlatAscendingSortIcon
- All Implemented Interfaces:
Icon, UIResource
- Direct Known Subclasses:
FlatDescendingSortIcon
"ascendingSort" icon for
JTableHeader.-
Field Summary
FieldsFields inherited from class FlatAbstractIcon
color, height, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpaintArrow(Component c, Graphics2D g, boolean chevron) protected voidpaintIcon(Component c, Graphics2D g) Methods inherited from class FlatAbstractIcon
getIconHeight, getIconWidth, paintBackground, paintIcon
-
Field Details
-
chevron
protected boolean chevron -
sortIconColor
-
-
Constructor Details
-
FlatAscendingSortIcon
public FlatAscendingSortIcon()
-
-
Method Details
-
paintIcon
- Specified by:
paintIconin classFlatAbstractIcon
-
paintArrow
-