Package loci.plugins.out
Class Exporter
java.lang.Object
loci.plugins.out.Exporter
Core logic for the Bio-Formats Exporter ImageJ plugin.
- Author:
- Melissa Linkert melissa at glencoesoftware.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ij.ImagePlusCurrent stack.private static final Stringprivate LociExporter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate StringremoveExtension(String name) Removes the extension of the specified name.voidrun()Executes the plugin.
-
Field Details
-
ORDER
- See Also:
-
imp
private ij.ImagePlus impCurrent stack. -
plugin
-
-
Constructor Details
-
Exporter
-
-
Method Details
-
removeExtension
Removes the extension of the specified name.- Parameters:
name- The name to handle.- Returns:
- See above.
-
run
public void run()Executes the plugin.
-