Class ImageRegionStoreFactory

java.lang.Object
qupath.lib.gui.images.stores.ImageRegionStoreFactory

public class ImageRegionStoreFactory extends Object
Factory for creating an ImageRegionStore.
Author:
Pete Bankhead
  • Constructor Details

    • ImageRegionStoreFactory

      public ImageRegionStoreFactory()
  • Method Details

    • createImageRegionStore

      public static DefaultImageRegionStore createImageRegionStore(long tileCacheSizeBytes)
      Create an ImageRegionStore with a specified tile cache size, in bytes.
      Parameters:
      tileCacheSizeBytes -
      Returns:
    • createImageRegionStore

      public static DefaultImageRegionStore createImageRegionStore()
      Create an ImageRegionStore using a default tile cache size, based upon the available memory and user preferences.
      Returns: