Class Styles.ListStyle

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

public static class Styles.ListStyle extends Object
The style for a ListBox, see TextraListBox.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    com.badlogic.gdx.scenes.scene2d.utils.Drawable
     
    com.badlogic.gdx.scenes.scene2d.utils.Drawable
     
     
    com.badlogic.gdx.graphics.Color
     
    com.badlogic.gdx.graphics.Color
     
    com.badlogic.gdx.scenes.scene2d.utils.Drawable
     
    com.badlogic.gdx.scenes.scene2d.utils.Drawable
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ListStyle(com.badlogic.gdx.graphics.g2d.BitmapFont font, com.badlogic.gdx.graphics.Color fontColorSelected, com.badlogic.gdx.graphics.Color fontColorUnselected, com.badlogic.gdx.scenes.scene2d.utils.Drawable selection)
     
    ListStyle(com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle style)
     
    ListStyle(Font font, com.badlogic.gdx.graphics.Color fontColorSelected, com.badlogic.gdx.graphics.Color fontColorUnselected, com.badlogic.gdx.scenes.scene2d.utils.Drawable selection)
     
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • font

      public Font font
    • fontColorSelected

      public com.badlogic.gdx.graphics.Color fontColorSelected
    • fontColorUnselected

      public com.badlogic.gdx.graphics.Color fontColorUnselected
    • selection

      public com.badlogic.gdx.scenes.scene2d.utils.Drawable selection
    • down

      @Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable down
    • over

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

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

    • ListStyle

      public ListStyle()
    • ListStyle

      public ListStyle(Font font, com.badlogic.gdx.graphics.Color fontColorSelected, com.badlogic.gdx.graphics.Color fontColorUnselected, com.badlogic.gdx.scenes.scene2d.utils.Drawable selection)
    • ListStyle

      public ListStyle(com.badlogic.gdx.graphics.g2d.BitmapFont font, com.badlogic.gdx.graphics.Color fontColorSelected, com.badlogic.gdx.graphics.Color fontColorUnselected, com.badlogic.gdx.scenes.scene2d.utils.Drawable selection)
    • ListStyle

      public ListStyle(Styles.ListStyle style)
    • ListStyle

      public ListStyle(com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle style)