Package models.shapes

Interface IShapes

  • All Known Implementing Classes:
    Circle, Eclipse, Rectangle, Stroke

    public interface IShapes
    Abstract class Hapes defines common Shape-methods and behaviour
    • Method Detail

      • getId

        java.lang.String getId()
      • getCx

        int getCx()
      • setCx

        void setCx​(int cx)
      • getCy

        int getCy()
      • setCy

        void setCy​(int cy)