Class CreateStroke

    • Constructor Summary

      Constructors 
      Constructor Description
      CreateStroke()  
    • 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

      • CreateStroke

        public CreateStroke()
    • 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 x2, int y2, Colours fill, int stroke width)
        fill - enum Colours
        id - String
        Returns:
        IShapes