CurvedTextHandlerData
Classes
CurvedTextHandlerData
This is a base class for all the classes which represent a state of a vector object.
Extends
Constructors
Constructor
new CurvedTextHandlerData(handler): CurvedTextHandlerData;
Parameters
| Parameter | Type |
|---|---|
handler | CurvedTextItemHandler |
Returns
Overrides
BaseTextHandlerData.constructor
Properties
currentTextImage
currentTextImage: any;
Inherited from
BaseTextHandlerData.currentTextImage
firstUpdateIsComplete
firstUpdateIsComplete: boolean;
ID
ID: string;
Inherited from
P
P: any[] = [];
Inherited from
Tg
Tg: any = null;
Inherited from
Methods
applyState()
applyState(textData, handler): void;
Parameters
| Parameter | Type |
|---|---|
textData | CurvedTextHandlerData |
handler | CurvedTextItemHandler |
Returns
void