Class FlatSearchIcon
java.lang.Object
com.formdev.flatlaf.icons.FlatAbstractIcon
com.formdev.flatlaf.icons.FlatSearchIcon
- All Implemented Interfaces:
Icon, UIResource
- Direct Known Subclasses:
FlatSearchWithHistoryIcon
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Areaprivate final booleanprotected Colorprotected Colorprotected ColorFields inherited from class FlatAbstractIcon
color, height, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyStyleProperty(String key, Object value) getStyleableValue(String key) protected voidpaintIcon(Component c, Graphics2D g) Methods inherited from class FlatAbstractIcon
getIconHeight, getIconWidth, paintBackground, paintIcon
-
Field Details
-
searchIconColor
-
searchIconHoverColor
-
searchIconPressedColor
-
ignoreButtonState
private final boolean ignoreButtonState -
area
-
-
Constructor Details
-
FlatSearchIcon
public FlatSearchIcon() -
FlatSearchIcon
public FlatSearchIcon(boolean ignoreButtonState) - Since:
- 2
-
-
Method Details
-
applyStyleProperty
-
getStyleableInfos
-
getStyleableValue
-
paintIcon
- Specified by:
paintIconin classFlatAbstractIcon
-