Uses of Interface
loci.formats.cache.ICacheSource
Packages that use ICacheSource
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 ICacheSource in loci.formats.cache
Classes in loci.formats.cache that implement ICacheSourceModifier and TypeClassDescriptionclassRetrieves byte arrays from a data source (e.g., a file) using Bio-Formats.classSuperclass of cache sources that retrieve image planes from a data source (e.g., a file) using Bio-Formats.Fields in loci.formats.cache declared as ICacheSourceMethods in loci.formats.cache that return ICacheSourceMethods in loci.formats.cache with parameters of type ICacheSourceModifier and TypeMethodDescriptionvoidCache.setSource(ICacheSource source) Sets the cache's caching source.Constructors in loci.formats.cache with parameters of type ICacheSourceModifierConstructorDescriptionCache(ICacheStrategy strategy, ICacheSource source, boolean autoUpdate) Constructs an object cache with the given cache strategy and source. -
Uses of ICacheSource in loci.formats.gui
Classes in loci.formats.gui that implement ICacheSourceModifier and TypeClassDescriptionclassRetrieves BufferedImages from a data source using Bio-Formats.Methods in loci.formats.gui that return ICacheSourceModifier and TypeMethodDescriptionprivate ICacheSourceCacheComponent.sourceValue(int index) Generates a new cache source matching the source chooser index.Methods in loci.formats.gui with parameters of type ICacheSourceModifier and TypeMethodDescriptionprivate intCacheComponent.sourceIndex(ICacheSource s) Converts cache source to source chooser index. -
Uses of ICacheSource in loci.plugins.util
Classes in loci.plugins.util that implement ICacheSourceModifier and TypeClassDescriptionclassRetrieves ImageJ image processors from an image reader.