Class FlatTabbedPaneCloseIcon

java.lang.Object
com.formdev.flatlaf.icons.FlatAbstractIcon
com.formdev.flatlaf.icons.FlatTabbedPaneCloseIcon
All Implemented Interfaces:
FlatStylingSupport.StyleableObject, Icon, UIResource

public class FlatTabbedPaneCloseIcon extends FlatAbstractIcon implements FlatStylingSupport.StyleableObject
"close" icon for closable tabs in JTabbedPane.
UiDefault:
TabbedPane.closeSize Dimension, TabbedPane.closeArc int, TabbedPane.closeCrossPlainSize float, TabbedPane.closeCrossFilledSize float, TabbedPane.closeCrossLineWidth float, TabbedPane.closeBackground Color, TabbedPane.closeForeground Color, TabbedPane.closeHoverBackground Color, TabbedPane.closeHoverForeground Color, TabbedPane.closePressedBackground Color, TabbedPane.closePressedForeground Color
  • Field Details

    • closeSize

      protected Dimension closeSize
    • closeArc

      protected int closeArc
    • closeCrossPlainSize

      protected float closeCrossPlainSize
    • closeCrossFilledSize

      protected float closeCrossFilledSize
    • closeCrossLineWidth

      protected float closeCrossLineWidth
    • closeBackground

      protected Color closeBackground
    • closeForeground

      protected Color closeForeground
    • closeHoverBackground

      protected Color closeHoverBackground
    • closeHoverForeground

      protected Color closeHoverForeground
    • closePressedBackground

      protected Color closePressedBackground
    • closePressedForeground

      protected Color closePressedForeground
  • Constructor Details

    • FlatTabbedPaneCloseIcon

      public FlatTabbedPaneCloseIcon()
  • Method Details