ShapeHandlerData
Classes
ShapeHandlerData
This is a base class for all the classes which represent a state of a vector object.
Extends
Extended by
Constructors
Constructor
new ShapeHandlerData(handler): ShapeHandlerData;
Parameters
| Parameter | Type |
|---|---|
handler | ShapeItemHandler |
Returns
Overrides
Properties
ID
ID: string;
Inherited from
P
P: any[] = [];
Inherited from
Tg
Tg: any = null;
Inherited from
Methods
applyState()
applyState(shapeData, handler): void;
Parameters
| Parameter | Type |
|---|---|
shapeData | ShapeHandlerData |
handler | ShapeItemHandler |
Returns
void