Package drawing.other

Interface Symbol

All Known Implementing Classes:
UnderScore

public interface Symbol
Interface for drawing a Symbol to abstract the implementers.
Since:
2023
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Stores the draw method.
    void
    draw(int amount)
    Stores the draw method and the amount of times it needs to be drawn.
  • Method Details

    • draw

      void draw()
      Stores the draw method.
    • draw

      void draw(int amount)
      Stores the draw method and the amount of times it needs to be drawn.
      Parameters:
      amount -