Uses of Interface
loci.formats.cache.ICacheStrategy
Packages that use ICacheStrategy
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.
-
Uses of ICacheStrategy in loci.formats.cache
Classes in loci.formats.cache that implement ICacheStrategyModifier and TypeClassDescriptionclassSuperclass of cache strategies.classA crosshair strategy caches planes extending from the the current dimensional position along each individual axis, but not combinations of axes.classA rectangle strategy caches planes extending from the the current dimensional position along each axis and combination of axes.Fields in loci.formats.cache declared as ICacheStrategyMethods in loci.formats.cache that return ICacheStrategyMethods in loci.formats.cache with parameters of type ICacheStrategyModifier and TypeMethodDescriptionvoidCache.setStrategy(ICacheStrategy strategy) Sets the cache's caching strategy.Constructors in loci.formats.cache with parameters of type ICacheStrategyModifierConstructorDescriptionCache(ICacheStrategy strategy, ICacheSource source, boolean autoUpdate) Constructs an object cache with the given cache strategy and source. -
Uses of ICacheStrategy in loci.formats.gui
Methods in loci.formats.gui that return ICacheStrategyModifier and TypeMethodDescriptionprivate ICacheStrategyCacheComponent.strategyValue(int index) Generates a new cache strategy matching the strategy chooser index.Methods in loci.formats.gui with parameters of type ICacheStrategyModifier and TypeMethodDescriptionprivate intCacheComponent.strategyIndex(ICacheStrategy s) Converts cache strategy to strategy chooser index.