Class ButtonHoldHint

All Implemented Interfaces:
Layout, Disposable

public class ButtonHoldHint extends PieChartActor
  • Field Details

    • disappearing

      public boolean disappearing
  • Constructor Details

    • ButtonHoldHint

      public ButtonHoldHint(float x, float y, float holdDuration)
  • Method Details

    • draw

      public void draw(Batch batch, float parentAlpha)
      Description copied from class: com.badlogic.gdx.scenes.scene2d.ui.Widget
      If this method is overridden, the super method or Widget.validate() should be called to ensure the widget is laid out.
      Overrides:
      draw in class PieChartActor
      parentAlpha - The parent alpha, to be multiplied with this actor's alpha, allowing the parent's alpha to affect all children.