Class TopBar

java.lang.Object
drawing.hangman.stages.TopBar
All Implemented Interfaces:
Stage

public class TopBar extends Object implements Stage
The TopBar object implements the the Stage class. This draws out the Top Bar of the hangman drawing.
Since:
2023
  • Constructor Details

    • TopBar

      public TopBar()
      Constructor to intialise the stageNumber.
  • Method Details

    • draw

      public void draw()
      Draw method with logic using a Marker instance.
      Specified by:
      draw in interface Stage
    • getStageNumber

      public int getStageNumber()
      This returns the stageNumber we are at.
      Specified by:
      getStageNumber in interface Stage
      Returns:
      int