Class Legs

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

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

    • Legs

      public Legs()
      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