Class FlatHelpButtonIcon

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

public class FlatHelpButtonIcon extends FlatAbstractIcon implements FlatStylingSupport.StyleableObject
Help button icon for JButton.
UiDefault:
Component.focusWidth int, Component.focusColor Color, HelpButton.innerFocusWidth int or float optional; defaults to Component.innerFocusWidth, HelpButton.borderWidth int optional; default is 1, HelpButton.borderColor Color, HelpButton.disabledBorderColor Color, HelpButton.focusedBorderColor Color, HelpButton.hoverBorderColor Color optional, HelpButton.background Color, HelpButton.disabledBackground Color, HelpButton.focusedBackground Color optional, HelpButton.hoverBackground Color optional, HelpButton.pressedBackground Color optional, HelpButton.questionMarkColor Color, HelpButton.disabledQuestionMarkColor Color
  • Field Details

    • focusWidth

      protected int focusWidth
    • focusColor

      protected Color focusColor
    • innerFocusWidth

      protected float innerFocusWidth
    • borderWidth

      protected int borderWidth
    • borderColor

      protected Color borderColor
    • disabledBorderColor

      protected Color disabledBorderColor
    • focusedBorderColor

      protected Color focusedBorderColor
    • hoverBorderColor

      protected Color hoverBorderColor
    • background

      protected Color background
    • disabledBackground

      protected Color disabledBackground
    • focusedBackground

      protected Color focusedBackground
    • hoverBackground

      protected Color hoverBackground
    • pressedBackground

      protected Color pressedBackground
    • questionMarkColor

      protected Color questionMarkColor
    • disabledQuestionMarkColor

      protected Color disabledQuestionMarkColor
  • Constructor Details

    • FlatHelpButtonIcon

      public FlatHelpButtonIcon()
  • Method Details