Class Alphabet

java.lang.Object
drawing.letters.Alphabet

public class Alphabet extends Object
This manages the stages of the alphabet drawings by creating a hashmap of stages which are assigned to an object.
Since:
2023
  • Constructor Details

    • Alphabet

      public Alphabet()
      Constructor to make alphabet.
  • Method Details

    • getAlphabet

      public HashMap<Character,Letter> getAlphabet()
      returns HashMap of the alphabet.
      Returns:
      HashMap