Class MenuButton.MenuIcon

java.lang.Object
com.formdev.flatlaf.icons.FlatAbstractIcon
megamek.client.ui.baseComponents.MenuButton.MenuIcon
All Implemented Interfaces:
Icon, UIResource
Enclosing class:
MenuButton

public static class MenuButton.MenuIcon extends com.formdev.flatlaf.icons.FlatAbstractIcon
This is an icon showing three stacked horizontal lines icon that usually indicates a general menu of some kind.
  • Field Summary

    Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon

    color, height, width
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon

    getIconHeight, getIconWidth, getScale, paintBackground, paintIcon, scale, setScale

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MenuIcon

      public MenuIcon()
  • Method Details

    • paintIcon

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