Package com.formdev.flatlaf.swingx.icons
Class FlatMonthDownIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.swingx.icons.FlatMonthDownIcon
-
- All Implemented Interfaces:
Icon,UIResource
- Direct Known Subclasses:
FlatMonthUpIcon
public class FlatMonthDownIcon extends com.formdev.flatlaf.icons.FlatAbstractIcon"month down" icon forJXMonthView.- UiDefault:
- Component.arrowType String chevron (default) or triangle, JXMonthView.arrowColor Color, JXMonthView.disabledArrowColor Color
-
-
Field Summary
Fields Modifier and Type Field Description protected ColorarrowColorprotected booleanchevronprotected ColordisabledArrowColor
-
Constructor Summary
Constructors Modifier Constructor Description FlatMonthDownIcon()protectedFlatMonthDownIcon(int direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpaintIcon(Component c, Graphics2D g)
-
-
-
Method Detail
-
paintIcon
protected void paintIcon(Component c, Graphics2D g)
- Specified by:
paintIconin classcom.formdev.flatlaf.icons.FlatAbstractIcon
-
-