Class DistanceDisplay

All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, Renderable, Comparable<Renderable>

public class DistanceDisplay extends UIComponent
Class for creating the UI Component for displaying distance
  • Constructor Details

    • DistanceDisplay

      public DistanceDisplay()
  • Method Details

    • create

      public void create()
      Method for creating actors to go on stage
      Overrides:
      create in class UIComponent
    • draw

      public void draw(com.badlogic.gdx.graphics.g2d.SpriteBatch batch)
      Method for drawing handled by the stage
      Specified by:
      draw in class RenderComponent
      Parameters:
      batch - Batch to render to.
    • updateDistanceUI

      public void updateDistanceUI(float distance)
      Method for updating distance UI in the minigame
      Parameters:
      distance - Distance to be displayed
    • dispose

      public void dispose()
      Method for disposing and removing the distance label
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
      Overrides:
      dispose in class RenderComponent