Package qupath.lib.gui.images.stores
package qupath.lib.gui.images.stores
Classes for requesting, caching and drawing image tiles.
-
ClassDescriptionAbstract
ImageRenderer
, which adds a timestamp variable.AnImageRenderer
that uses aColorModel
.An ImageRegionStore suitable for either Swing or JavaFX applications.Interface for painting regions of anImageServer
onto aGraphics
object.Factory for creating an ImageRegionStore.Helper methods related to image region storage.Interface for objects capable of converting aBufferedImage
for rendering usingGraphics2D
.TileListener<T>Interface for anything that needs to know when image tiles become available.