Package operations.create
Class CreateRectangle
- java.lang.Object
-
- operations.create.CreateRectangle
-
- All Implemented Interfaces:
ICreateShape
public class CreateRectangle extends java.lang.Object implements ICreateShape
-
-
Constructor Summary
Constructors Constructor Description CreateRectangle()
-
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)
-
-
-
Method Detail
-
create
public IShapes create(java.util.List<java.lang.Integer> params, Colours fill, java.lang.String id)
- Specified by:
create
in interfaceICreateShape
- Parameters:
params
- (canvasid,int cx,int cy,int witdh,int height,)fill
- enum Coloursid
- String- Returns:
- IShapes
-
-