Methods
Static clear
- clear(report: StiReport): void
Static exist
- exist(report: StiReport, cacheGuid: string): boolean
-
Parameters
-
report: StiReport
-
cacheGuid: string
Returns boolean
Static getImageCacheName
- getImageCacheName(report: StiReport, cacheImageGuid: string): string
-
Parameters
-
report: StiReport
-
cacheImageGuid: string
Returns string
Static loadImage
- loadImage(report: StiReport, path: string): Image
-
Parameters
-
report: StiReport
-
path: string
Static remove
- remove(report: StiReport, path: string): void
-
Parameters
-
report: StiReport
-
path: string
Returns void
Static saveImage
- saveImage(report: StiReport, image: Image, path: string): void
-
Parameters
-
report: StiReport
-
-
path: string
Returns void