Package loci.plugins
Class LociExporter
java.lang.Object
loci.plugins.LociExporter
- All Implemented Interfaces:
ij.plugin.filter.PlugInFilter
ImageJ plugin for writing files using the OME Bio-Formats package.
Wraps core logic in
Exporter, to avoid
direct references to classes in the external Bio-Formats library.- Author:
- Melissa Linkert melissa at glencoesoftware.com
-
Field Summary
FieldsFields inherited from interface ij.plugin.filter.PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
arg
Argument passed to setup method. -
exporter
-
-
Constructor Details
-
LociExporter
public LociExporter()
-
-
Method Details
-
setup
Sets up the writer.- Specified by:
setupin interfaceij.plugin.filter.PlugInFilter
-
run
public void run(ij.process.ImageProcessor ip) Executes the plugin.- Specified by:
runin interfaceij.plugin.filter.PlugInFilter
-