Uses of Class
loci.formats.cache.CacheException
Packages that use CacheException
Package
Description
Package containing Bio-Formats caching logic, for managing
subsets of large collections of image planes in memory.
Package containing Bio-Formats graphical user interface code.
Utility classes and methods for the Bio-Formats plugins for ImageJ.
-
Uses of CacheException in loci.formats.cache
Methods in loci.formats.cache that throw CacheExceptionModifier and TypeMethodDescriptionint[][]CacheStrategy.getLoadList(int[] pos) int[][]ICacheStrategy.getLoadList(int[] pos) Gets the indices of the objects to cache, surrounding the object at the given position.ByteArraySource.getObject(int index) Cache.getObject(int[] pos) Gets the cached object at the given dimensional position.abstract ObjectCacheSource.getObject(int index) ICacheSource.getObject(int index) Get the object corresponding to the given index.intICacheSource.getObjectCount()Get the total number of objects that this source can retrieve.booleanCache.isInCache(int pos) Returns true if the object at the given index is in the cache.booleanCache.isInCache(int[] pos) Returns true if the object at the given dimensional position is in the cache.voidCache.recache()Updates all planes on the load list.voidCache.recache(int n) Updates the given plane.voidCache.reset()Reallocates the cache.voidCache.setCurrentPos(int[] pos) Sets the current dimensional position.voidCache.setSource(ICacheSource source) Sets the cache's caching source.voidCache.setStrategy(ICacheStrategy strategy) Sets the cache's caching strategy.Constructors in loci.formats.cache that throw CacheExceptionModifierConstructorDescriptionConstructs a byte array source that draws from the given file.Cache(ICacheStrategy strategy, ICacheSource source, boolean autoUpdate) Constructs an object cache with the given cache strategy and source.CacheSource(String id) Constructs a cache source that draws from the given file. -
Uses of CacheException in loci.formats.gui
Methods in loci.formats.gui that throw CacheExceptionConstructors in loci.formats.gui that throw CacheException -
Uses of CacheException in loci.plugins.util
Methods in loci.plugins.util that throw CacheExceptionConstructors in loci.plugins.util that throw CacheExceptionModifierConstructorDescriptionBFVirtualStack(String path, IFormatReader r, boolean colorize, boolean merge, boolean record)