Package operations.create
Class CreateEclipse
- java.lang.Object
-
- operations.create.CreateEclipse
-
- All Implemented Interfaces:
ICreateShape
public class CreateEclipse extends java.lang.Object implements ICreateShape
-
-
Constructor Summary
Constructors Constructor Description CreateEclipse()
-
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
- (int canvasid,int cx, int cy, int rx, int ry, Colours fill)fill
- enum Coloursid
- String- Returns:
- IShapes
-
-