Class SelectBox.SelectBoxStyle
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle
-
-
Field Summary
Fields Modifier and Type Field Description DrawablebackgroundDrawablebackgroundDisabledDrawablebackgroundOpenDrawablebackgroundOverColordisabledFontColorBitmapFontfontColorfontColorList.ListStylelistStyleColoroverFontColorScrollPane.ScrollPaneStylescrollStyle
-
Constructor Summary
Constructors Constructor Description SelectBoxStyle()SelectBoxStyle(BitmapFont font, Color fontColor, Drawable background, ScrollPane.ScrollPaneStyle scrollStyle, List.ListStyle listStyle)SelectBoxStyle(SelectBox.SelectBoxStyle style)
-
-
-
Field Detail
-
font
public BitmapFont font
-
fontColor
public Color fontColor
-
scrollStyle
public ScrollPane.ScrollPaneStyle scrollStyle
-
listStyle
public List.ListStyle listStyle
-
-
Constructor Detail
-
SelectBoxStyle
public SelectBoxStyle()
-
SelectBoxStyle
public SelectBoxStyle(BitmapFont font, Color fontColor, @Null Drawable background, ScrollPane.ScrollPaneStyle scrollStyle, List.ListStyle listStyle)
-
SelectBoxStyle
public SelectBoxStyle(SelectBox.SelectBoxStyle style)
-
-