All Implemented Interfaces:
Serializable, Cloneable

public class Square extends SimpleSymbol
See Also:
  • Constructor Details

    • Square

      public Square()
  • Method Details

    • getListX

      protected int[] getListX()
      Specified by:
      getListX in class SimpleSymbol
    • getListY

      protected int[] getListY()
      Specified by:
      getListY in class SimpleSymbol
    • clone

      public Object clone()
      Description copied from class: Symbol
      Returns a cloned instance of the current symbol.
      Specified by:
      clone in class Symbol
      Returns:
      a cloned instance of the current symbol.