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 intprotected Colorprotected floatprotected floatprotected floatprotected Colorprotected Colorprotected Colorprotected Colorprotected Colorprotected DimensionFields 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
-
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
-
getStyleableInfos
-
getStyleableValue
-
paintIcon
- Specified by:
paintIconin classFlatAbstractIcon
-