Uses of Class
org.anchoranalysis.io.output.namestyle.IndexableOutputNameStyle
Packages that use IndexableOutputNameStyle
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.
A particular naming pattern files follow when outputted.
Methods of naming a file with an index in the file-name.
Allows a generators to write element(s) to the filesystem.
Implementations of
FileNamer.-
Uses of IndexableOutputNameStyle in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoidRasterGenerator.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 IndexableOutputNameStyle in org.anchoranalysis.io.generator
Methods in org.anchoranalysis.io.generator with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoidGeneratorBridge.writeWithIndex(S element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) voidSingleFileTypeGenerator.writeWithIndex(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) voidTransformingGeneratorBridge.writeWithIndex(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.generator.collection
Methods in org.anchoranalysis.io.generator.collection with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoidCollectionGenerator.writeWithIndex(Collection<T> element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.generator.combined
Methods in org.anchoranalysis.io.generator.combined with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoidCombinedListGenerator.writeWithIndex(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.generator.sequence.pattern
Methods in org.anchoranalysis.io.generator.sequence.pattern that return IndexableOutputNameStyleConstructors in org.anchoranalysis.io.generator.sequence.pattern with parameters of type IndexableOutputNameStyleModifierConstructorDescriptionOutputPattern(Optional<String> subdirectoryName, IndexableOutputNameStyle outputNameStyle, boolean selective) Creates a newOutputPatterninstance. -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.output.namestyle
Subclasses of IndexableOutputNameStyle in org.anchoranalysis.io.output.namestyleModifier and TypeClassDescriptionclassOutputs a file-name involving an integer suffix of lengthnumberDigitswith leading zeros.classOutputs a file-name involving a string suffix.Methods in org.anchoranalysis.io.output.namestyle that return IndexableOutputNameStyleModifier and TypeMethodDescriptionabstract IndexableOutputNameStyleIndexableOutputNameStyle.duplicate()IntegerSuffixOutputNameStyle.duplicate()StringSuffixOutputNameStyle.duplicate()Constructors in org.anchoranalysis.io.output.namestyle with parameters of type IndexableOutputNameStyleModifierConstructorDescriptionprotectedCopy constructor. -
Uses of IndexableOutputNameStyle in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescription<T> booleanAlwaysAllowed.writeWithIndex(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index) <T> booleanCheckIfAllowed.writeWithIndex(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index) voidElementWriter.writeWithIndex(T element, String index, IndexableOutputNameStyle outputNameStyle, ElementOutputter outputter) Writes an indexable output (many outputs of the same type, uniquely identified by an index).<T> booleanWriter.writeWithIndex(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index) Writes an indexed-element using anElementWriterin the current directory.<T> voidWriterRouterErrors.writeWithIndex(IndexableOutputNameStyle outputNameStyle, ElementWriterSupplier<T> elementWriter, ElementSupplier<T> element, String index) Writes an indexed-element using anElementWriterin the current directory. -
Uses of IndexableOutputNameStyle in org.anchoranalysis.plugin.io.bean.file.namer
Methods in org.anchoranalysis.plugin.io.bean.file.namer that return IndexableOutputNameStyleMethods in org.anchoranalysis.plugin.io.bean.file.namer with parameters of type IndexableOutputNameStyleModifier and TypeMethodDescriptionvoidFromOutputName.setOutputNameStyle(IndexableOutputNameStyle outputNameStyle)