Class FlatMonthDownIcon

  • All Implemented Interfaces:
    Icon, UIResource
    Direct Known Subclasses:
    FlatMonthUpIcon

    public class FlatMonthDownIcon
    extends com.formdev.flatlaf.icons.FlatAbstractIcon
    "month down" icon for JXMonthView.
    UiDefault:
    Component.arrowType String chevron (default) or triangle, JXMonthView.arrowColor Color, JXMonthView.disabledArrowColor Color
    • Field Detail

      • chevron

        protected final boolean chevron
      • arrowColor

        protected final Color arrowColor
      • disabledArrowColor

        protected final Color disabledArrowColor
    • Constructor Detail

      • FlatMonthDownIcon

        public FlatMonthDownIcon()
      • FlatMonthDownIcon

        protected FlatMonthDownIcon​(int direction)
    • Method Detail

      • paintIcon

        protected void paintIcon​(Component c,
                                 Graphics2D g)
        Specified by:
        paintIcon in class com.formdev.flatlaf.icons.FlatAbstractIcon