Uses of Class
org.anchoranalysis.image.io.stack.output.StackWriteAttributes
| Package | Description |
|---|---|
| org.anchoranalysis.image.io.channel.output |
Non-bean classes for writing a
Channel to the
filesystem. |
| org.anchoranalysis.image.io.object.output.grayscale |
Writing an
ObjectCollection to the filesystem as a
single-channeled stack. |
| org.anchoranalysis.image.io.object.output.mask |
Writing an
ObjectCollection to the filesystem as
multiple binary singled-channeled images. |
| org.anchoranalysis.image.io.object.output.rgb |
Writing an
ObjectCollection to the filesystem as
RGB raster-images. |
| org.anchoranalysis.image.io.stack.output |
Non-bean classes for writing a
Stack to the
filesystem. |
| org.anchoranalysis.image.io.stack.output.box |
Base classes for generators that ultimately write only a bounding-box portion of a
Stack to the filesystem. |
| org.anchoranalysis.image.io.stack.output.generator |
Base classes for generators that ultimately write a
Stack to the filesystem. |
-
Uses of StackWriteAttributes in org.anchoranalysis.image.io.channel.output
Methods in org.anchoranalysis.image.io.channel.output that return StackWriteAttributes Modifier and Type Method Description StackWriteAttributesChannelGenerator. guaranteedImageAttributes() -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.object.output.grayscale
Methods in org.anchoranalysis.image.io.object.output.grayscale that return StackWriteAttributes Modifier and Type Method Description StackWriteAttributesObjectsAsGrayscaleGenerator. guaranteedImageAttributes() -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.object.output.mask
Methods in org.anchoranalysis.image.io.object.output.mask that return StackWriteAttributes Modifier and Type Method Description StackWriteAttributesObjectAsMaskGenerator. guaranteedImageAttributes() -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that return StackWriteAttributes Modifier and Type Method Description StackWriteAttributesObjectsAsRGBGenerator. guaranteedImageAttributes() -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output that return StackWriteAttributes Modifier and Type Method Description StackWriteAttributesStackWriteAttributes. allChannelsEightBit()Mark the attributes to indicate that channels are no longer guaranteed to be 8-bit.StackWriteAttributesStackWriteAttributes. always2D(boolean binary)Derives aStackWriteAttributesthat will always be 2D, but is otherwise unchanged.StackWriteAttributesStackWriteAttributes. and(StackWriteAttributes other)Combines with anotherStackWriteAttributesby performing a logical and on each field.static StackWriteAttributesStackWriteAttributesFactory. binaryChannel(boolean always2D)AStackWriteAttributeswhich is always a binary-channel, and depending on a flag, may be guaranteed to be 2D.static StackWriteAttributesStackWriteAttributesFactory. from(Stack stack)The options that narrowly describe a stack as possible.StackWriteAttributesStackWriteOptions. getAttributes()The attributes of the particular stack to write.static StackWriteAttributesStackWriteAttributesFactory. maybeAlways2D(boolean always2D)AStackWriteAttributeswhich, depending on a flag, may be guaranteed to be 2D.static StackWriteAttributesStackWriteAttributesFactory. maybeRGB(boolean rgb, boolean always2D, boolean plusAlpha)AStackWriteAttributeswhich depending on a flags, may be RGB/RGBA or not, may be guaranteed to be 2D or not.static StackWriteAttributesStackWriteAttributesFactory. maybeRGBWithoutAlpha(boolean rgb)AStackWriteAttributeswhich depending on a flags, may be RGB or not.StackWriteAttributesStackWriteAttributes. or(StackWriteAttributes other)Combines with anotherStackWriteAttributesby performing a logical or on each field.StackWriteAttributesStackWriteAttributes. rgb(boolean plusAlpha)Derives aStackWriteAttributesthat will be RGB or RGB-A, but is otherwise unchanged.static StackWriteAttributesStackWriteAttributesFactory. rgb(boolean always2D, boolean plusAlpha)AStackWriteAttributeswhich is always RGB, and depending on a flag, may be guaranteed to be 2D.static StackWriteAttributesStackWriteAttributesFactory. rgbMaybe3D(boolean plusAlpha)AStackWriteAttributeswhich is always RGB/RGBA, and is not guaranteed to be 2D.static StackWriteAttributesStackWriteAttributesFactory. singleChannelMaybe3D(boolean always2D)AStackWriteAttributeswhich is always a single-channel, and depending on a flag, may be guaranteed to be 2D.Methods in org.anchoranalysis.image.io.stack.output with parameters of type StackWriteAttributes Modifier and Type Method Description StackWriteAttributesStackWriteAttributes. and(StackWriteAttributes other)Combines with anotherStackWriteAttributesby performing a logical and on each field.StackWriteAttributesStackWriteAttributes. or(StackWriteAttributes other)Combines with anotherStackWriteAttributesby performing a logical or on each field.Constructors in org.anchoranalysis.image.io.stack.output with parameters of type StackWriteAttributes Constructor Description StackWriteOptions(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite) -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.stack.output.box
Methods in org.anchoranalysis.image.io.stack.output.box that return StackWriteAttributes Modifier and Type Method Description StackWriteAttributesDrawObjectOnStackGenerator. guaranteedImageAttributes()StackWriteAttributesExtractBoundingBoxAreaFromStackGenerator. guaranteedImageAttributes() -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator that return StackWriteAttributes Modifier and Type Method Description StackWriteAttributesDisplayStackGenerator. guaranteedImageAttributes()StackWriteAttributesFlattenStackGenerator. guaranteedImageAttributes()abstract StackWriteAttributesRasterGenerator. guaranteedImageAttributes()Guarantees on the attributes of all images created by the generator.StackWriteAttributesRasterGeneratorDelegateToDisplayStack. guaranteedImageAttributes()StackWriteAttributesRasterGeneratorDelegateToRaster. guaranteedImageAttributes()StackWriteAttributesStackGenerator. guaranteedImageAttributes()Constructors in org.anchoranalysis.image.io.stack.output.generator with parameters of type StackWriteAttributes Constructor Description StackGenerator(boolean padIfNecessary, StackWriteAttributes writeOptions)