Uses of Class
org.anchoranalysis.io.output.namestyle.OutputNameStyle
Packages that use OutputNameStyle
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.
Methods of naming a file with an index in the file-name.
Allows a generators to write element(s) to the filesystem.
-
Uses of OutputNameStyle in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type OutputNameStyleModifier and TypeMethodDescriptionvoid
RasterGenerator.write
(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of OutputNameStyle in org.anchoranalysis.io.generator
Methods in org.anchoranalysis.io.generator with parameters of type OutputNameStyleModifier 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) -
Uses of OutputNameStyle in org.anchoranalysis.io.generator.collection
Methods in org.anchoranalysis.io.generator.collection with parameters of type OutputNameStyleModifier and TypeMethodDescriptionvoid
CollectionGenerator.write
(Collection<T> element, OutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of OutputNameStyle in org.anchoranalysis.io.generator.combined
Methods in org.anchoranalysis.io.generator.combined with parameters of type OutputNameStyleModifier and TypeMethodDescriptionvoid
CombinedListGenerator.write
(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of OutputNameStyle in org.anchoranalysis.io.output.namestyle
Subclasses of OutputNameStyle in org.anchoranalysis.io.output.namestyleModifier and TypeClassDescriptionclass
An output-name with an index somehow appended or prepended in a particular style.class
Outputs a file-name involving an integer suffix of lengthnumberDigits
with leading zeros.class
A constant filename that is identical to the output-name plus extension.class
Outputs a file-name involving a string suffix.class
Avoids including an output-name in the filename.Methods in org.anchoranalysis.io.output.namestyle that return OutputNameStyleModifier and TypeMethodDescriptionabstract OutputNameStyle
OutputNameStyle.duplicate()
Deep copy the current object.SimpleOutputNameStyle.duplicate()
WithoutOutputNameStyle.duplicate()
-
Uses of OutputNameStyle in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type OutputNameStyleModifier 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).