Package 

Interface SubSamplingImageState

    • Method Summary

      Modifier and Type Method Description
      abstract IntSize getImageSize()
      abstract Boolean getIsImageLoaded() Whether all the visible tiles have been loaded and the image is displayed (not necessarily in its full quality).
      abstract Boolean getIsImageLoadedInFullQuality() Whether all the visible and full resolution tiles have been loaded and the image is displayed.
      • Methods inherited from class java.lang.Object

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

      • getIsImageLoaded

         abstract Boolean getIsImageLoaded()

        Whether all the visible tiles have been loaded and the image is displayed (not necessarily in its full quality).

        Also see isImageLoadedInFullQuality.