Package com.github.tommyettinger.textra
Class Styles.ImageTextButtonStyle
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
com.github.tommyettinger.textra.Styles.TextButtonStyle
com.github.tommyettinger.textra.Styles.ImageTextButtonStyle
- Enclosing class:
- Styles
The style for an image text button, see
ImageTextraButton
.-
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.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
com.badlogic.gdx.scenes.scene2d.utils.Drawable
Fields inherited from class com.github.tommyettinger.textra.Styles.TextButtonStyle
checkedDownFontColor, checkedFocusedFontColor, checkedFontColor, checkedOverFontColor, disabledFontColor, downFontColor, focusedFontColor, font, fontColor, overFontColor
Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
checked, checkedDown, checkedFocused, checkedOffsetX, checkedOffsetY, checkedOver, disabled, down, focused, over, pressedOffsetX, pressedOffsetY, unpressedOffsetX, unpressedOffsetY, up
-
Constructor Summary
ConstructorDescriptionImageTextButtonStyle
(com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle style) ImageTextButtonStyle
(com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle style) ImageTextButtonStyle
(com.badlogic.gdx.scenes.scene2d.utils.Drawable up, com.badlogic.gdx.scenes.scene2d.utils.Drawable down, com.badlogic.gdx.scenes.scene2d.utils.Drawable checked, com.badlogic.gdx.graphics.g2d.BitmapFont font) ImageTextButtonStyle
(com.badlogic.gdx.scenes.scene2d.utils.Drawable up, com.badlogic.gdx.scenes.scene2d.utils.Drawable down, com.badlogic.gdx.scenes.scene2d.utils.Drawable checked, Font font) -
Method Summary
-
Field Details
-
imageUp
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable imageUp -
imageDown
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable imageDown -
imageOver
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable imageOver -
imageDisabled
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable imageDisabled -
imageChecked
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable imageChecked -
imageCheckedDown
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable imageCheckedDown -
imageCheckedOver
@Null public com.badlogic.gdx.scenes.scene2d.utils.Drawable imageCheckedOver
-
-
Constructor Details
-
ImageTextButtonStyle
public ImageTextButtonStyle() -
ImageTextButtonStyle
public ImageTextButtonStyle(@Null com.badlogic.gdx.scenes.scene2d.utils.Drawable up, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable down, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable checked, Font font) -
ImageTextButtonStyle
public ImageTextButtonStyle(@Null com.badlogic.gdx.scenes.scene2d.utils.Drawable up, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable down, @Null com.badlogic.gdx.scenes.scene2d.utils.Drawable checked, com.badlogic.gdx.graphics.g2d.BitmapFont font) -
ImageTextButtonStyle
-
ImageTextButtonStyle
public ImageTextButtonStyle(com.badlogic.gdx.scenes.scene2d.ui.ImageTextButton.ImageTextButtonStyle style) -
ImageTextButtonStyle
-
ImageTextButtonStyle
public ImageTextButtonStyle(com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle style)
-