Class Head

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

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

    • Head

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