Class StiFileImageCache

Hierarchy

  • StiFileImageCache

Index

Methods

Static clear

  • clear(report: StiReport): void
  • Parameters

    • report: StiReport

    Returns 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

    Returns Image

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
    • image: Image
    • path: string

    Returns void

Generated using TypeDoc