Class List.ListStyle
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle
-
-
Field Summary
Fields Modifier and Type Field Description DrawablebackgroundDrawabledownBitmapFontfontColorfontColorSelectedColorfontColorUnselectedDrawableoverDrawableselection
-
Constructor Summary
Constructors Constructor Description ListStyle()ListStyle(BitmapFont font, Color fontColorSelected, Color fontColorUnselected, Drawable selection)ListStyle(List.ListStyle style)
-
-
-
Constructor Detail
-
ListStyle
public ListStyle()
-
ListStyle
public ListStyle(BitmapFont font, Color fontColorSelected, Color fontColorUnselected, Drawable selection)
-
ListStyle
public ListStyle(List.ListStyle style)
-
-