Package com.formdev.flatlaf.icons
Class FlatWindowCloseIcon
java.lang.Object
com.formdev.flatlaf.icons.FlatAbstractIcon
com.formdev.flatlaf.icons.FlatWindowAbstractIcon
com.formdev.flatlaf.icons.FlatWindowCloseIcon
- All Implemented Interfaces:
Icon
,UIResource
"close" icon for windows (frames and dialogs).
-
Field Summary
FieldsFields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Color
protected void
paintIconAt1x
(Graphics2D g, int x, int y, int width, int height, double scaleFactor) Methods inherited from class com.formdev.flatlaf.icons.FlatWindowAbstractIcon
getSymbolHeight, paintBackground, paintIcon
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
Field Details
-
hoverForeground
-
pressedForeground
-
-
Constructor Details
-
FlatWindowCloseIcon
public FlatWindowCloseIcon() -
FlatWindowCloseIcon
- Since:
- 3.2
-
-
Method Details
-
paintIconAt1x
- Specified by:
paintIconAt1x
in classFlatWindowAbstractIcon
-
getForeground
- Overrides:
getForeground
in classFlatWindowAbstractIcon
-