Class OwnTextIconButton.TextIconButtonStyle

  • Enclosing class:
    OwnTextIconButton

    public static class OwnTextIconButton.TextIconButtonStyle
    extends com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle
    • Field Summary

      • Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.TextButton.TextButtonStyle

        checkedFontColor, checkedOverFontColor, disabledFontColor, downFontColor, font, fontColor, overFontColor
      • Fields inherited from class com.badlogic.gdx.scenes.scene2d.ui.Button.ButtonStyle

        checked, checkedFocused, checkedOffsetX, checkedOffsetY, checkedOver, disabled, down, focused, over, pressedOffsetX, pressedOffsetY, unpressedOffsetX, unpressedOffsetY, up
    • 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)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)