Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
-
Packages that use TextButton.TextButtonStyle Package Description com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of TextButton.TextButtonStyle in com.badlogic.gdx.scenes.scene2d.ui
Subclasses of TextButton.TextButtonStyle in com.badlogic.gdx.scenes.scene2d.ui Modifier and Type Class Description static classCheckBox.CheckBoxStyleThe style for a select box, seeCheckBox.static classImageTextButton.ImageTextButtonStyleThe style for an image text button, seeImageTextButton.Methods in com.badlogic.gdx.scenes.scene2d.ui that return TextButton.TextButtonStyle Modifier and Type Method Description TextButton.TextButtonStyleTextButton. getStyle()Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type TextButton.TextButtonStyle Modifier and Type Method Description DialogDialog. button(java.lang.String text, java.lang.Object object, TextButton.TextButtonStyle buttonStyle)Adds a text button to the button table.Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type TextButton.TextButtonStyle Constructor Description ImageTextButtonStyle(TextButton.TextButtonStyle style)TextButton(java.lang.String text, TextButton.TextButtonStyle style)TextButtonStyle(TextButton.TextButtonStyle style)
-