Package com.formdev.flatlaf.icons
Class FlatTabbedPaneCloseIcon
java.lang.Object
com.formdev.flatlaf.icons.FlatAbstractIcon
com.formdev.flatlaf.icons.FlatTabbedPaneCloseIcon
- All Implemented Interfaces:
Icon
,UIResource
"close" icon for closable tabs in
JTabbedPane
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected Color
protected float
protected float
protected float
protected Color
protected Color
protected Color
protected Color
protected Color
protected Dimension
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyStyleProperty
(String key, Object value) getStyleableValue
(String key) protected void
paintIcon
(Component c, Graphics2D g) Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
getIconHeight, getIconWidth, paintIcon
-
Field Details
-
closeSize
-
closeArc
protected int closeArc -
closeCrossPlainSize
protected float closeCrossPlainSize -
closeCrossFilledSize
protected float closeCrossFilledSize -
closeCrossLineWidth
protected float closeCrossLineWidth -
closeBackground
-
closeForeground
-
closeHoverBackground
-
closeHoverForeground
-
closePressedBackground
-
closePressedForeground
-
-
Constructor Details
-
FlatTabbedPaneCloseIcon
public FlatTabbedPaneCloseIcon()
-
-
Method Details
-
applyStyleProperty
- Since:
- 2
-
getStyleableInfos
- Since:
- 2
-
getStyleableValue
- Since:
- 2.5
-
paintIcon
- Specified by:
paintIcon
in classFlatAbstractIcon
-