Package com.formdev.flatlaf.icons
Class FlatMenuItemArrowIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatMenuItemArrowIcon
-
- All Implemented Interfaces:
Icon,UIResource
public class FlatMenuItemArrowIcon extends FlatAbstractIcon
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Constructor Description FlatMenuItemArrowIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpaintIcon(Component c, Graphics2D g)voidpaintIcon(Component c, Graphics g, int x, int y)-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth
-
-
-
-
Method Detail
-
paintIcon
public void paintIcon(Component c, Graphics g, int x, int y)
- Specified by:
paintIconin interfaceIcon- Overrides:
paintIconin classFlatAbstractIcon
-
paintIcon
protected void paintIcon(Component c, Graphics2D g)
- Specified by:
paintIconin classFlatAbstractIcon
-
-