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 aStackWriteAttributesthat will always be 2D, but is otherwise unchanged.StackWriteAttributes.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 StackWriteAttributesThe options that narrowly describe a stack as possible.StackWriteOptions.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.StackWriteAttributes.or(StackWriteAttributes other) Combines with anotherStackWriteAttributesby performing a logical or on each field.StackWriteAttributes.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 StackWriteAttributesModifier and TypeMethodDescriptionStackWriteAttributes.and(StackWriteAttributes other) Combines with anotherStackWriteAttributesby performing a logical and on each field.StackWriteAttributes.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 StackWriteAttributesModifierConstructorDescriptionStackWriteOptions(StackWriteAttributes attributes, Optional<ImageFileFormat> suggestedFormatToWrite) Creates a newStackWriteOptionsinstance. -
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 StackWriteAttributesRasterGenerator.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 newStackGeneratorinstance.