Class RectangleItemHandler
Inheritance
RectangleItemHandler
Constructors
(constructor)(item, textWhizz, apiClient, colorPreviewService)
Constructs a new instance of the RectangleItemHandler class
Declaration
constructor(item?: RectangleItem, textWhizz?: typeof TextWhizz, apiClient?: IDesignAtomsApiClient, colorPreviewService?: IListenableColorPreviewService);
Parameters
Properties
_isReadyToDraw
Declaration
protected get _isReadyToDraw(): boolean;
Property Value
typeName
Declaration
static readonly typeName: string;
Property Value
Methods
_setDataItem(item, itemHandlerData)
Declaration
protected _setDataItem(item: RectangleItem, itemHandlerData: any): void;
Parameters
Returns
setRectangle(rectangle, supressOnChanged)
Declaration
setRectangle(rectangle: RotatedRectangleF, supressOnChanged?: boolean): void;
Parameters
Returns