Package com.github.tommyettinger.textra
Class Styles.SelectBoxStyle
java.lang.Object
com.github.tommyettinger.textra.Styles.SelectBoxStyle
- Enclosing class:
- Styles
The style for a select box, see
TextraSelectBox
.-
Field Summary
Modifier and TypeFieldDescriptioncom.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
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.graphics.Color
com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle
-
Constructor Summary
ConstructorDescriptionSelectBoxStyle
(com.badlogic.gdx.graphics.g2d.BitmapFont font, com.badlogic.gdx.graphics.Color fontColor, 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
(com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle style) SelectBoxStyle
(Font font, com.badlogic.gdx.graphics.Color fontColor, com.badlogic.gdx.scenes.scene2d.utils.Drawable background, com.badlogic.gdx.scenes.scene2d.ui.ScrollPane.ScrollPaneStyle scrollStyle, Styles.ListStyle listStyle) -
Method Summary
-
Field Details
-
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
-
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
-
SelectBoxStyle
public SelectBoxStyle(com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle style)
-