Class CreateCircle

    • Constructor Summary

      Constructors 
      Constructor Description
      CreateCircle()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IShapes create​(java.util.List<java.lang.Integer> params, Colours fill, java.lang.String id)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateCircle

        public CreateCircle()
    • Method Detail

      • create

        public IShapes create​(java.util.List<java.lang.Integer> params,
                              Colours fill,
                              java.lang.String id)
        Specified by:
        create in interface ICreateShape
        Parameters:
        params - (int canvasid,int cx, int cy, int r, Colours fill )
        fill - enum Colours
        id - String
        Returns:
        IShapes