Class Shape


  • public class Shape
    extends Object
    Author:
    Anders Bakkevold, Bouvet
    • Constructor Summary

      Constructors 
      Constructor Description
      Shape​(int parentOffset, int figureOffset, int type)  
    • Constructor Detail

      • Shape

        public Shape​(int parentOffset,
                     int figureOffset,
                     int type)
    • Method Detail

      • getParentOffset

        public int getParentOffset()
      • getFigureOffset

        public int getFigureOffset()
      • getType

        public Type getType()