Package | Description |
---|---|
loci.formats.cache |
Package containing Bio-Formats caching logic, for managing
subsets of large collections of image planes in memory.
|
loci.formats.gui |
Package containing Bio-Formats graphical user interface code.
|
loci.formats.tools |
Package containing utility methods corresponding
to the Bio-Formats command line tools.
|
loci.plugins.util |
Utility classes and methods for the Bio-Formats plugins for ImageJ.
|
Modifier and Type | Field and Description |
---|---|
private Cache |
CacheUpdater.cache |
Constructor and Description |
---|
CacheUpdater(Cache cache) |
Modifier and Type | Field and Description |
---|---|
private Cache |
CacheIndicator.cache |
private Cache |
CacheComponent.cache
The cache that this component controls.
|
Modifier and Type | Method and Description |
---|---|
Cache |
CacheComponent.getCache() |
Constructor and Description |
---|
CacheComponent(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.
|
Modifier and Type | Method and Description |
---|---|
private static void |
CacheConsole.printOrder(String prefix,
Cache cache)
Helper utility for outputing cache strategy's order, used by main.
|
private static void |
CacheConsole.printSource(String prefix,
Cache cache)
Helper utility for outputing cache's associated source, used by main.
|
private static void |
CacheConsole.printStrategy(String prefix,
Cache cache)
Helper utility for outputing cache's associated strategy, used by main.
|
Modifier and Type | Field and Description |
---|---|
protected Cache |
BFVirtualStack.cache |
Modifier and Type | Method and Description |
---|---|
Cache |
BFVirtualStack.getCache() |
Constructor and Description |
---|
BrowserOptionsWindow(String title,
Cache cache,
String[] axes) |
Copyright © 2016 Open Microscopy Environment