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