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:
javax.swing.Icon,javax.swing.plaf.UIResource
public class FlatWindowMaximizeIcon extends FlatWindowAbstractIcon
"maximize" icon for windows (frames and dialogs).
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatWindowAbstractIcon
arc, background, foreground, hoverBackground, hoverForeground, inactiveBackground, inactiveForeground, insets, pressedBackground, pressedForeground, symbolHeight
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Constructor Description FlatWindowMaximizeIcon()FlatWindowMaximizeIcon(java.lang.String windowStyle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpaintIconAt1x(java.awt.Graphics2D g, int x, int y, int width, int height, double scaleFactor)-
Methods inherited from class com.formdev.flatlaf.icons.FlatWindowAbstractIcon
getForeground, paintBackground, paintIcon
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
-
-
-
Method Detail
-
paintIconAt1x
protected void paintIconAt1x(java.awt.Graphics2D g, int x, int y, int width, int height, double scaleFactor)- Specified by:
paintIconAt1xin classFlatWindowAbstractIcon
-
-