Class Styles.SelectBoxStyle

java.lang.Object
com.github.tommyettinger.textra.Styles.SelectBoxStyle
Enclosing class:
Styles

public static class Styles.SelectBoxStyle extends Object
The style for a select box, see TextraSelectBox.
  • Field Details

    • font

      public Font font
    • fontColor

      public com.badlogic.gdx.graphics.Color fontColor
    • overFontColor

      @Null public com.badlogic.gdx.graphics.Color overFontColor
    • disabledFontColor

      @Null public com.badlogic.gdx.graphics.Color disabledFontColor
    • background

      @Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable background
    • scrollStyle

      public com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle scrollStyle
    • listStyle

      public Styles.ListStyle listStyle
    • backgroundOver

      @Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable backgroundOver
    • backgroundOpen

      @Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable backgroundOpen
    • backgroundDisabled

      @Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable backgroundDisabled
  • Constructor Details

    • SelectBoxStyle

      public SelectBoxStyle()
    • SelectBoxStyle

      public SelectBoxStyle(Font font, com.badlogic.gdx.graphics.Color fontColor, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle scrollStyle, Styles.ListStyle listStyle)
    • SelectBoxStyle

      public SelectBoxStyle(com.badlogic.gdx.graphics.g2d.BitmapFont font, com.badlogic.gdx.graphics.Color fontColor, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle scrollStyle, com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle listStyle)
    • SelectBoxStyle

      public SelectBoxStyle(Styles.SelectBoxStyle style)
    • SelectBoxStyle

      public SelectBoxStyle(com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle style)