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