Class OwnTextIconButton.TextIconButtonStyle
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle
-
- com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
-
- gaia.cu9.ari.gaiaorbit.util.scene2d.OwnTextIconButton.TextIconButtonStyle
-
- Enclosing class:
- OwnTextIconButton
public static class OwnTextIconButton.TextIconButtonStyle extends com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
-
-
Constructor Summary
Constructors Constructor Description TextIconButtonStyle()
TextIconButtonStyle(com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle buttonStyle, com.badlogic.gdx.scenes.scene2d.utils.Drawable imageUp, com.badlogic.gdx.scenes.scene2d.utils.Drawable imageDown)
TextIconButtonStyle(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, com.badlogic.gdx.scenes.scene2d.utils.Drawable imageUp, com.badlogic.gdx.scenes.scene2d.utils.Drawable imageDown)
TextIconButtonStyle(OwnTextIconButton.TextIconButtonStyle style)
-
-
-
Constructor Detail
-
TextIconButtonStyle
public TextIconButtonStyle()
-
TextIconButtonStyle
public TextIconButtonStyle(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, com.badlogic.gdx.scenes.scene2d.utils.Drawable imageUp, com.badlogic.gdx.scenes.scene2d.utils.Drawable imageDown)
-
TextIconButtonStyle
public TextIconButtonStyle(com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle buttonStyle, com.badlogic.gdx.scenes.scene2d.utils.Drawable imageUp, com.badlogic.gdx.scenes.scene2d.utils.Drawable imageDown)
-
TextIconButtonStyle
public TextIconButtonStyle(OwnTextIconButton.TextIconButtonStyle style)
-
-