Package 

Interface SubSamplingImageSource

    • Method Summary

      Modifier and Type Method Description
      abstract BitmapRegionDecoder decoder(Context context)
      Unit close() Called when the image is no longer visible.
      abstract ImageBitmap getPreview() A preview that can be displayed immediately while the bitmap tiles are loaded, which can be slightly slow depending on the file size.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • close

         Unit close()

        Called when the image is no longer visible.

      • getPreview

         abstract ImageBitmap getPreview()

        A preview that can be displayed immediately while the bitmap tiles are loaded, which can be slightly slow depending on the file size.