StiConditionIconPainter Class
Namespace: Stimulsoft.Dashboard.Export.Painters.Table
Methods
| Method | Returns | Description |
|---|---|---|
adjustCellContentRectWithIcon static |
RectangleD | |
drawIcon static |
Promise |
|
getImageWithConditionIcon static |
Promise |
Method Details
adjustCellContentRectWithIcon static
adjustCellContentRectWithIcon(rect: RectangleD, condition: IStiTableElementCondition): RectangleD
Parameters
- rect (RectangleD)
- condition (IStiTableElementCondition)
Returns RectangleD
drawIcon static
drawIcon(g: StiSvgGeomWriter, condition: IStiTableElementCondition, rect: RectangleD, zoom: number): Promise
Parameters
- g (StiSvgGeomWriter)
- condition (IStiTableElementCondition)
- rect (RectangleD)
- zoom (number)
Returns Promise
getImageWithConditionIcon static
getImageWithConditionIcon(condition: IStiTableElementCondition, parentRect: RectangleD, tableName: string): Promise
Parameters
- condition (IStiTableElementCondition)
- parentRect (RectangleD)
- tableName (string)
Returns Promise
Fields
| Field | Type | Description |
|---|---|---|
| rectIcon | any | |
| rectIcon | any | |
| rectImage | any | |
| rectImage | any |