StiOnlineMapLastImageCache Class
Namespace: Stimulsoft.Report.Dashboard
Methods
| Method | Returns | Description |
|---|---|---|
clean static |
void | |
existsLastImage static |
boolean | |
getLastImage static |
Image | |
storeLastImage static |
void |
Method Details
clean static
clean(reportKey: string): void
Parameters
- reportKey (string)
existsLastImage static
existsLastImage(element: IStiOnlineMapElement): boolean
Parameters
- element (IStiOnlineMapElement)
Returns boolean
getLastImage static
getLastImage(element: IStiOnlineMapElement): Image
Parameters
- element (IStiOnlineMapElement)
Returns Image
storeLastImage static
storeLastImage(element: IStiOnlineMapElement, image: Image): void
Parameters
- element (IStiOnlineMapElement)
- image (Image)