Class FlatMenuArrowIcon

java.lang.Object
com.formdev.flatlaf.icons.FlatAbstractIcon
com.formdev.flatlaf.icons.FlatMenuArrowIcon
All Implemented Interfaces:
FlatStylingSupport.StyleableObject, Icon, UIResource

public class FlatMenuArrowIcon extends FlatAbstractIcon implements FlatStylingSupport.StyleableObject
"arrow" icon for JMenu.
UiDefault:
Component.arrowType String chevron (default) or triangle, Menu.icon.arrowColor Color, Menu.icon.disabledArrowColor Color, Menu.selectionForeground Color, MenuItem.selectionType String
  • Field Details

    • arrowType

      protected String arrowType
    • arrowColor

      protected Color arrowColor
    • disabledArrowColor

      protected Color disabledArrowColor
    • selectionForeground

      protected Color selectionForeground
  • Constructor Details

    • FlatMenuArrowIcon

      public FlatMenuArrowIcon()
  • Method Details