Class ForwardButton

java.lang.Object
com.prineside.tdi2.ui.shared.ForwardButton

public class ForwardButton extends Object
  • Field Details

    • DEFAULT_NORMAL_COLOR

      public static final com.badlogic.gdx.graphics.Color DEFAULT_NORMAL_COLOR
    • DEFAULT_HOVER_COLOR

      public static final com.badlogic.gdx.graphics.Color DEFAULT_HOVER_COLOR
    • DEFAULT_ACTIVE_COLOR

      public static final com.badlogic.gdx.graphics.Color DEFAULT_ACTIVE_COLOR
    • DEFAULT_DISABLED_COLOR

      public static final com.badlogic.gdx.graphics.Color DEFAULT_DISABLED_COLOR
  • Constructor Details

    • ForwardButton

      public ForwardButton()
  • Method Details

    • reset

      public ForwardButton reset()
    • setBackgroundColors

      public ForwardButton setBackgroundColors(com.badlogic.gdx.graphics.Color normalColor, com.badlogic.gdx.graphics.Color hoverColor, com.badlogic.gdx.graphics.Color activeColor, com.badlogic.gdx.graphics.Color disabledColor)
    • setIcon

      public ForwardButton setIcon(com.badlogic.gdx.scenes.scene2d.utils.Drawable iconDrawable)
    • setEnabled

      public ForwardButton setEnabled(boolean enabled)
    • setText

      public ForwardButton setText(CharSequence text)
    • setVisible

      public ForwardButton setVisible(boolean visible)
    • setClickHandler

      public ForwardButton setClickHandler(Runnable clickHandler)