Uses of Class
org.anchoranalysis.io.output.writer.ElementOutputter
Packages that use ElementOutputter
Package
Description
Base classes for generators that ultimately write a
Stack
to the filesystem.Base-classes and utilities for generators, which write different types of objects to the file
system.
Outputting more than one element collectively using a generator.
Combining multiple generators into one.
Classes for recording the output-names used as they are written / queried.
Allows a generators to write element(s) to the filesystem.
-
Uses of ElementOutputter in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type ElementOutputterModifier and TypeMethodDescriptionvoid
RasterGenerator.write
(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) void
RasterGenerator.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) As only a single-file is involved, this methods delegates to a simpler virtual method. -
Uses of ElementOutputter in org.anchoranalysis.io.generator
Methods in org.anchoranalysis.io.generator with parameters of type ElementOutputterModifier and TypeMethodDescriptionvoid
GeneratorBridge.write
(S element, OutputNameStyle outputNameStyle, ElementOutputter outputter) void
SingleFileTypeGenerator.write
(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) void
TransformingGeneratorBridge.write
(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) void
GeneratorBridge.writeWithIndex
(S element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) void
SingleFileTypeGenerator.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) void
TransformingGeneratorBridge.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of ElementOutputter in org.anchoranalysis.io.generator.collection
Methods in org.anchoranalysis.io.generator.collection with parameters of type ElementOutputterModifier and TypeMethodDescriptionvoid
CollectionGenerator.write
(Collection<T> element, OutputNameStyle outputNameStyle, ElementOutputter outputter) void
CollectionGenerator.writeWithIndex
(Collection<T> element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of ElementOutputter in org.anchoranalysis.io.generator.combined
Methods in org.anchoranalysis.io.generator.combined with parameters of type ElementOutputterModifier and TypeMethodDescriptionvoid
CombinedListGenerator.write
(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) void
CombinedListGenerator.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of ElementOutputter in org.anchoranalysis.io.output.recorded
Constructors in org.anchoranalysis.io.output.recorded with parameters of type ElementOutputterModifierConstructorDescriptionRecordingWriters
(ElementOutputter outputter, Optional<WriterExecuteBeforeEveryOperation> preop, Optional<MultiLevelRecordedOutputs> recordedOutputs) Creates the two writers. -
Uses of ElementOutputter in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type ElementOutputterModifier and TypeMethodDescriptionvoid
ElementWriter.write
(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) Writes a non-indexable output (an output that isn't part of a collection of other similar items).void
ElementWriter.writeWithIndex
(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) Writes an indexable output (many outputs of the same type, uniquely identified by an index).Constructors in org.anchoranalysis.io.output.writer with parameters of type ElementOutputterModifierConstructorDescriptionAlwaysAllowed
(ElementOutputter outputter, Optional<WriterExecuteBeforeEveryOperation> preop) Creates a newAlwaysAllowed
instance.