Uses of Class
org.anchoranalysis.io.generator.sequence.OutputSequenceIndexed
Packages that use OutputSequenceIndexed
Package
Description
Non-bean classes for writing a
Stack to the
filesystem.Writing a sequence of elements using a generator.
Tasks for converting image-formats.
-
Uses of OutputSequenceIndexed in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output that return OutputSequenceIndexedModifier and TypeMethodDescriptionOutputSequenceStackFactory.withoutOrderCurrentDirectory(String outputName, OutputterChecked outputter) Creates a sequence of stacks in the current context's directory that has no pattern. -
Uses of OutputSequenceIndexed in org.anchoranalysis.io.generator.sequence
Methods in org.anchoranalysis.io.generator.sequence that return OutputSequenceIndexedModifier and TypeMethodDescriptionOutputSequenceFactory.indexedWithInteger(OutputPatternIntegerSuffix pattern) Writes elements (indexed by integers) todirectory, without any order in the sequence.OutputSequenceFactory.withoutOrder(OutputPatternStringSuffix pattern) Writes elements (indexed by strings) todirectory, without any order in the sequence.OutputSequenceFactory.withoutOrderCurrentDirectory(String outputName) Writes elements (indexed by strings) to the current directory, without any order in the sequence. -
Uses of OutputSequenceIndexed in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format that return OutputSequenceIndexedModifier and TypeMethodDescriptionprotected OutputSequenceIndexed<Stack, String> ConvertImageFormat.createSharedStateJob(InputOutputContext context) Sets a new output-sequence for the series.ChangeableOutputSequence.getSequence()The current output sequence.Methods in org.anchoranalysis.plugin.image.task.bean.format with parameters of type OutputSequenceIndexedModifier and TypeMethodDescriptionvoidConvertImageFormat.doStack(InputBound<NamedChannelsInput, NoSharedState> input, OutputSequenceIndexed<Stack, String> sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) voidConvertImageFormat.endSeries(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context) voidChangeableOutputSequence.setSequence(OutputSequenceIndexed<T, S> sequence) The current output sequence.voidConvertImageFormat.startSeries(NoSharedState sharedStateTask, OutputSequenceIndexed<Stack, String> sharedStateJob, InputOutputContext context)