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,
java.lang.String[] axisLabels)
Creates a cache GUI component.
|
CacheComponent(Cache cache,
java.lang.String[] axisLabels,
java.lang.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,
java.awt.Component comp,
int lPad,
int rPad)
Creates a new cache indicator.
|
Modifier and Type | Method and Description |
---|---|
private static void |
CacheConsole.printOrder(java.lang.String prefix,
Cache cache)
Helper utility for outputing cache strategy's order, used by main.
|
private static void |
CacheConsole.printSource(java.lang.String prefix,
Cache cache)
Helper utility for outputing cache's associated source, used by main.
|
private static void |
CacheConsole.printStrategy(java.lang.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(java.lang.String title,
Cache cache,
java.lang.String[] axes) |
Copyright © 2019 Open Microscopy Environment