Package com.formdev.flatlaf.icons
Class FlatRevealIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatRevealIcon
-
- All Implemented Interfaces:
Icon
,UIResource
public class FlatRevealIcon extends FlatAbstractIcon
"eye" icon forJPasswordField
.- Since:
- 2
- UiDefault:
- PasswordField.revealIconColor Color
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Constructor Description FlatRevealIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
paintIcon(Component c, Graphics2D g)
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
paintIcon
protected void paintIcon(Component c, Graphics2D g)
- Specified by:
paintIcon
in classFlatAbstractIcon
-
-