Class FlatHelpButtonIcon

  • All Implemented Interfaces:
    Icon, UIResource

    public class FlatHelpButtonIcon
    extends FlatAbstractIcon
    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 Detail

      • focusWidth

        protected final int focusWidth
      • focusColor

        protected final Color focusColor
      • innerFocusWidth

        protected final float innerFocusWidth
      • borderWidth

        protected final int borderWidth
      • borderColor

        protected final Color borderColor
      • disabledBorderColor

        protected final Color disabledBorderColor
      • focusedBorderColor

        protected final Color focusedBorderColor
      • hoverBorderColor

        protected final Color hoverBorderColor
      • background

        protected final Color background
      • disabledBackground

        protected final Color disabledBackground
      • focusedBackground

        protected final Color focusedBackground
      • hoverBackground

        protected final Color hoverBackground
      • pressedBackground

        protected final Color pressedBackground
      • questionMarkColor

        protected final Color questionMarkColor
      • disabledQuestionMarkColor

        protected final Color disabledQuestionMarkColor
      • iconSize

        protected final int iconSize
    • Constructor Detail

      • FlatHelpButtonIcon

        public FlatHelpButtonIcon()