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 TypeMethodDescriptionvoidRasterGenerator.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 TypeMethodDescriptionvoidGeneratorBridge.write(S element, OutputNameStyle outputNameStyle, ElementOutputter outputter) voidSingleFileTypeGenerator.write(T element, OutputNameStyle outputNameStyle, ElementOutputter outputter) voidTransformingGeneratorBridge.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 TypeMethodDescriptionvoidCollectionGenerator.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 TypeMethodDescriptionvoidCombinedListGenerator.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 TypeClassDescriptionclassAn output-name with an index somehow appended or prepended in a particular style.classOutputs a file-name involving an integer suffix of lengthnumberDigitswith leading zeros.classA constant filename that is identical to the output-name plus extension.classOutputs a file-name involving a string suffix.classAvoids including an output-name in the filename.Methods in org.anchoranalysis.io.output.namestyle that return OutputNameStyleModifier and TypeMethodDescriptionabstract OutputNameStyleOutputNameStyle.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 TypeMethodDescriptionvoidElementWriter.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).