Uses of Class
loci.formats.cache.Cache
Packages that use Cache
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.
Package containing utility methods corresponding
to the Bio-Formats command line tools.
Utility classes and methods for the Bio-Formats plugins for ImageJ.
-
Uses of Cache in loci.formats.cache
Fields in loci.formats.cache declared as CacheConstructors in loci.formats.cache with parameters of type Cache -
Uses of Cache in loci.formats.gui
Fields in loci.formats.gui declared as CacheModifier and TypeFieldDescriptionprivate CacheCacheComponent.cacheThe cache that this component controls.private CacheCacheIndicator.cacheMethods in loci.formats.gui that return CacheConstructors in loci.formats.gui with parameters of type CacheModifierConstructorDescriptionCacheComponent(Cache cache, String[] axisLabels) Creates a cache GUI component.CacheComponent(Cache cache, String[] axisLabels, String id) Creates a cache GUI component with the ability to change between the various source types (mainly for debugging purposes).CacheIndicator(Cache cache, int axis) Creates a new cache indicator for the given cache.CacheIndicator(Cache cache, int axis, Component comp, int lPad, int rPad) Creates a new cache indicator. -
Uses of Cache in loci.formats.tools
Methods in loci.formats.tools with parameters of type CacheModifier and TypeMethodDescriptionprivate static final voidCacheConsole.printOrder(String prefix, Cache cache) Helper utility for outputing cache strategy's order, used by main.private static final voidCacheConsole.printSource(String prefix, Cache cache) Helper utility for outputing cache's associated source, used by main.private static final voidCacheConsole.printStrategy(String prefix, Cache cache) Helper utility for outputing cache's associated strategy, used by main. -
Uses of Cache in loci.plugins.util
Fields in loci.plugins.util declared as CacheMethods in loci.plugins.util that return CacheConstructors in loci.plugins.util with parameters of type Cache