-
@Stable() public interface SubSamplingImageStateState for SubSamplingImage.
-
-
Method Summary
Modifier and Type Method Description abstract IntSizegetImageSize()abstract BooleangetIsImageLoaded()Whether all the visible tiles have been loaded and the image is displayed (not necessarily in its full quality). abstract BooleangetIsImageLoadedInFullQuality()Whether all the visible and full resolution tiles have been loaded and the image is displayed. -
-
Method Detail
-
getImageSize
abstract IntSize getImageSize()
-
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.
-
getIsImageLoadedInFullQuality
abstract Boolean getIsImageLoadedInFullQuality()
Whether all the visible and full resolution tiles have been loaded and the image is displayed.
-
-
-
-