Uses of Class
org.anchoranalysis.image.io.stack.output.StackWriteAttributes
Packages that use StackWriteAttributes
Package
Description
Generates output images to illustrate a
Assignment
between annotations.Non-bean classes for writing a
Channel
to the
filesystem.Writing an
ObjectCollection
to the filesystem as a
single-channeled stack.Writing an
ObjectCollection
to the filesystem as
multiple binary singled-channeled images.Writing an
ObjectCollection
to the filesystem as
RGB raster-images.Non-bean classes for writing a
Stack
to the
filesystem.Base classes for generators that ultimately write only a bounding-box portion of a
Stack
to the filesystem.Base classes for generators that ultimately write a
Stack
to the filesystem.-
Uses of StackWriteAttributes in org.anchoranalysis.annotation.io.assignment.generator
Methods in org.anchoranalysis.annotation.io.assignment.generator that return StackWriteAttributes -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.channel.output
Methods in org.anchoranalysis.image.io.channel.output that return StackWriteAttributes -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.object.output.grayscale
Methods in org.anchoranalysis.image.io.object.output.grayscale that return StackWriteAttributes -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.object.output.mask
Methods in org.anchoranalysis.image.io.object.output.mask that return StackWriteAttributes -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.object.output.rgb
Methods in org.anchoranalysis.image.io.object.output.rgb that return StackWriteAttributes -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output that return StackWriteAttributesModifier and TypeMethodDescriptionStackWriteAttributes.allChannelsEightBit()
Mark the attributes to indicate that channels are no longer guaranteed to be 8-bit.StackWriteAttributes.always2D
(boolean binary) Derives aStackWriteAttributes
that will always be 2D, but is otherwise unchanged.StackWriteAttributes.and
(StackWriteAttributes other) Combines with anotherStackWriteAttributes
by performing a logical and on each field.static StackWriteAttributes
StackWriteAttributesFactory.binaryChannel
(boolean always2D) AStackWriteAttributes
which is always a binary-channel, and depending on a flag, may be guaranteed to be 2D.static StackWriteAttributes
The options that narrowly describe a stack as possible.StackWriteOptions.getAttributes()
The attributes of the particular stack to write.static StackWriteAttributes
StackWriteAttributesFactory.maybeAlways2D
(boolean always2D) AStackWriteAttributes
which, depending on a flag, may be guaranteed to be 2D.static StackWriteAttributes
StackWriteAttributesFactory.maybeRGB
(boolean rgb, boolean always2D, boolean plusAlpha) AStackWriteAttributes
which depending on a flags, may be RGB/RGBA or not, may be guaranteed to be 2D or not.static StackWriteAttributes
StackWriteAttributesFactory.maybeRGBWithoutAlpha
(boolean rgb) AStackWriteAttributes
which depending on a flags, may be RGB or not.StackWriteAttributes.or
(StackWriteAttributes other) Combines with anotherStackWriteAttributes
by performing a logical or on each field.StackWriteAttributes.rgb
(boolean plusAlpha) Derives aStackWriteAttributes
that will be RGB or RGB-A, but is otherwise unchanged.static StackWriteAttributes
StackWriteAttributesFactory.rgb
(boolean always2D, boolean plusAlpha) AStackWriteAttributes
which is always RGB, and depending on a flag, may be guaranteed to be 2D.static StackWriteAttributes
StackWriteAttributesFactory.rgbMaybe3D
(boolean plusAlpha) AStackWriteAttributes
which is always RGB/RGBA, and is not guaranteed to be 2D.static StackWriteAttributes
StackWriteAttributesFactory.singleChannelMaybe3D
(boolean always2D) AStackWriteAttributes
which 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 StackWriteAttributesModifier and TypeMethodDescriptionStackWriteAttributes.and
(StackWriteAttributes other) Combines with anotherStackWriteAttributes
by performing a logical and on each field.StackWriteAttributes.or
(StackWriteAttributes other) Combines with anotherStackWriteAttributes
by performing a logical or on each field.Constructors in org.anchoranalysis.image.io.stack.output with parameters of type StackWriteAttributesModifierConstructorDescriptionStackWriteOptions
(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite) Creates a newStackWriteOptions
instance. -
Uses of StackWriteAttributes in org.anchoranalysis.image.io.stack.output.box
Methods in org.anchoranalysis.image.io.stack.output.box that return StackWriteAttributesModifier and TypeMethodDescriptionDrawObjectOnStackGenerator.guaranteedImageAttributes()
ExtractBoundingBoxAreaFromStackGenerator.guaranteedImageAttributes()
-
Uses of StackWriteAttributes in org.anchoranalysis.image.io.stack.output.generator
Methods in org.anchoranalysis.image.io.stack.output.generator that return StackWriteAttributesModifier and TypeMethodDescriptionDisplayStackGenerator.guaranteedImageAttributes()
FlattenStackGenerator.guaranteedImageAttributes()
abstract StackWriteAttributes
RasterGenerator.guaranteedImageAttributes()
Guarantees on the attributes of all images created by the generator.RasterGeneratorDelegateToDisplayStack.guaranteedImageAttributes()
RasterGeneratorDelegateToRaster.guaranteedImageAttributes()
StackGenerator.guaranteedImageAttributes()
Constructors in org.anchoranalysis.image.io.stack.output.generator with parameters of type StackWriteAttributesModifierConstructorDescriptionStackGenerator
(boolean padIfNecessary, StackWriteAttributes writeOptions) Creates a newStackGenerator
instance.