Package com.formdev.flatlaf.swingx.ui
Class FlatMonthDownIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.swingx.ui.FlatMonthDownIcon
-
- All Implemented Interfaces:
javax.swing.Icon
,javax.swing.plaf.UIResource
- Direct Known Subclasses:
FlatMonthUpIcon
public class FlatMonthDownIcon extends FlatAbstractIcon
"month down" icon forJXMonthView
.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.Color
arrowColor
protected boolean
chevron
private int
direction
protected java.awt.Color
disabledArrowColor
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Modifier Constructor Description FlatMonthDownIcon()
protected
FlatMonthDownIcon(int direction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paintIcon(java.awt.Component c, java.awt.Graphics2D g)
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
paintIcon
protected void paintIcon(java.awt.Component c, java.awt.Graphics2D g)
- Specified by:
paintIcon
in classFlatAbstractIcon
-
-