Package com.github.tommyettinger.textra
Class Styles.ListStyle
java.lang.Object
com.github.tommyettinger.textra.Styles.ListStyle
- Enclosing class:
- Styles
The style for a ListBox, see
TextraListBox
.-
Field Summary
FieldsModifier and TypeFieldDescriptioncom.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
ConstructorsConstructorDescriptionListStyle
(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) ListStyle
(Font font, com.badlogic.gdx.graphics.Color fontColorSelected, com.badlogic.gdx.graphics.Color fontColorUnselected, com.badlogic.gdx.scenes.scene2d.utils.Drawable selection, com.badlogic.gdx.scenes.scene2d.utils.Drawable down, com.badlogic.gdx.scenes.scene2d.utils.Drawable over, com.badlogic.gdx.scenes.scene2d.utils.Drawable background) ListStyle
(Styles.ListStyle style) -
Method Summary
-
Field Details
-
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(Font font, com.badlogic.gdx.graphics.Color fontColorSelected, com.badlogic.gdx.graphics.Color fontColorUnselected, com.badlogic.gdx.scenes.scene2d.utils.Drawable selection, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable down, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable over, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable background) -
ListStyle
-
ListStyle
public ListStyle(com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle style)
-