Package qupath.lib.gui.images.stores
Class ImageRegionStoreFactory
java.lang.Object
qupath.lib.gui.images.stores.ImageRegionStoreFactory
Factory for creating an ImageRegionStore.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultImageRegionStoreCreate anImageRegionStoreusing a default tile cache size, based upon the available memory and user preferences.static DefaultImageRegionStorecreateImageRegionStore(long tileCacheSizeBytes) Create anImageRegionStorewith a specified tile cache size, in bytes.
-
Constructor Details
-
ImageRegionStoreFactory
public ImageRegionStoreFactory()
-
-
Method Details
-
createImageRegionStore
Create anImageRegionStorewith a specified tile cache size, in bytes.- Parameters:
tileCacheSizeBytes-- Returns:
-
createImageRegionStore
Create anImageRegionStoreusing a default tile cache size, based upon the available memory and user preferences.- Returns:
-