Uses of Interface
org.anchoranalysis.io.output.writer.ElementWriter
Packages that use ElementWriter
Package
Description
Generates output images to illustrate a
Assignment between annotations.A
Generator for writing a table of feature values as a
CSV.Non-bean classes for writing a
Channel to the
filesystem.Non-bean classes for writing a
Histogram to the
filesystem.Writing an
ObjectCollection to the filesystem as a
single-channeled stack.Writing an
ObjectCollection to the filesystem in
HDF5 format.Writing an
ObjectCollection to the filesystem as
multiple binary singled-channeled images.Writing an
ObjectCollection to the filesystem as
RGB raster-images.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.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.
Generators for writing serialized objects.
Generators for writing tabular data, including CSV.
Generators for writing textual data, including strings.
Generators for writing XML data.
Allows a generators to write element(s) to the filesystem.
Beans to combine two or more annotations.
-
Uses of ElementWriter in org.anchoranalysis.annotation.io.assignment.generator
Classes in org.anchoranalysis.annotation.io.assignment.generator that implement ElementWriter -
Uses of ElementWriter in org.anchoranalysis.feature.io.csv.table
Classes in org.anchoranalysis.feature.io.csv.table that implement ElementWriterModifier and TypeClassDescriptionclassBase class for aGeneratorthat outputs a feature-table in CSV format. -
Uses of ElementWriter in org.anchoranalysis.image.io.channel.output
Classes in org.anchoranalysis.image.io.channel.output that implement ElementWriter -
Uses of ElementWriter in org.anchoranalysis.image.io.histogram.output
Classes in org.anchoranalysis.image.io.histogram.output that implement ElementWriter -
Uses of ElementWriter in org.anchoranalysis.image.io.object.output.grayscale
Classes in org.anchoranalysis.image.io.object.output.grayscale that implement ElementWriterModifier and TypeClassDescriptionclassBase class for generators that accept a set of objects as input.classWrites objects as an image with an incrementing unique integer id value for each object.classWrites objects merged together as a mask. -
Uses of ElementWriter in org.anchoranalysis.image.io.object.output.hdf5
Classes in org.anchoranalysis.image.io.object.output.hdf5 that implement ElementWriterModifier and TypeClassDescriptionclassA generator that writes aObjectCollectionto a HDF5 file. -
Uses of ElementWriter in org.anchoranalysis.image.io.object.output.mask
Classes in org.anchoranalysis.image.io.object.output.mask that implement ElementWriterModifier and TypeClassDescriptionclassWrites an object-mask as a mask (i.e. as a raster image)classLikeObjectAsMaskGeneratorbut additionally outputs a serialized bounding box. -
Uses of ElementWriter in org.anchoranalysis.image.io.object.output.rgb
Classes in org.anchoranalysis.image.io.object.output.rgb that implement ElementWriterModifier and TypeClassDescriptionclassSimilar toDrawObjectsGenerator, but with the background stack cropped to focus only on the region containing objects.classGenerates stacks of RGB images using aDrawObjectto draw objects on a background.classA base class for generators that draw anObjectCollectionupon aRGBStack. -
Uses of ElementWriter in org.anchoranalysis.image.io.stack.output.box
Classes in org.anchoranalysis.image.io.stack.output.box that implement ElementWriterModifier and TypeClassDescriptionclassCreates images of object(s) drawn on a background only in a local region around their bounding box.classAn iterable-generator that outputs the portion of a stack corresponding to a bounding-box -
Uses of ElementWriter in org.anchoranalysis.image.io.stack.output.generator
Classes in org.anchoranalysis.image.io.stack.output.generator that implement ElementWriterModifier and TypeClassDescriptionclassWrites a display-stack to the filesystem.classLike aStackGeneratorbut first applies a maximum-intensity-projection.classTransforms an entity to aStackand writes it to the file-system.classAllows us to call anRasterGenerator<S>as if it was anRasterGenerator<T>using an function to connect the two.classDelegates aRasterGeneratorSelectFormatto aSingleFileTypeGenerator<T, DisplayStack>.classUses a delegate raster-generator and optionally applies a conversions before callingRasterGeneratorDelegateToRaster.transform(T).classARasterGeneratorthat selects an appropriate output-format based upon each generated image.classWrites a stack to the filesystem. -
Uses of ElementWriter in org.anchoranalysis.io.generator
Subinterfaces of ElementWriter in org.anchoranalysis.io.generatorModifier and TypeInterfaceDescriptioninterfaceGenerator<T>A class that writes a particular type of object(s) to the filesystem.interfaceAGeneratorthat creates multiple different file-types.interfacePerforms preprocessing to transform the element into another type before being written to the filesystem.Classes in org.anchoranalysis.io.generator that implement ElementWriterModifier and TypeClassDescriptionclassGeneratorBridge<S,T> Exposes aGenerator<T>as if it was anGenerator<S>.classASingleFileTypeGeneratorthat does not transform an element before generating.classAGeneratorthat eventually writes only a single file to the filesystem.classAllows us to call anSingleFileTypeGenerator<V,S>as if it was anSingleFileTypeGenerator<T,S>using an function to connect the two.classTransformingGeneratorBridge<S,T, V> Allows us to call anSingleFileTypeGenerator<V,S>as if it was anSingleFileTypeGenerator<T,S>using an function to connect the two. -
Uses of ElementWriter in org.anchoranalysis.io.generator.collection
Classes in org.anchoranalysis.io.generator.collection that implement ElementWriterModifier and TypeClassDescriptionclassWrites a collection of elements as a subdirectory with each element as a single file in the subdirectory. -
Uses of ElementWriter in org.anchoranalysis.io.generator.combined
Classes in org.anchoranalysis.io.generator.combined that implement ElementWriterModifier and TypeClassDescriptionclassSeveral generators combined together with a common element-type. -
Uses of ElementWriter in org.anchoranalysis.io.generator.serialized
Classes in org.anchoranalysis.io.generator.serialized that implement ElementWriterModifier and TypeClassDescriptionclassA generator that writes the contents of aDictionaryto the file-system as XML.classObjectOutputStreamGenerator<T extends Serializable>Generator that writes an element to the file-system using the JavaObjectOutputStreamformat.classA generator that writes binary serialized files to the file-system.classA generator that serialized using the XStream library and format. -
Uses of ElementWriter in org.anchoranalysis.io.generator.tabular
Classes in org.anchoranalysis.io.generator.tabular that implement ElementWriterModifier and TypeClassDescriptionclassCSVGenerator<T>A generator that writes the contents of a CSV file to the file-system. -
Uses of ElementWriter in org.anchoranalysis.io.generator.text
Classes in org.anchoranalysis.io.generator.text that implement ElementWriterModifier and TypeClassDescriptionclassA generator that writes the contents of aStringto the file-system as text-file. -
Uses of ElementWriter in org.anchoranalysis.io.generator.xml
Classes in org.anchoranalysis.io.generator.xml that implement ElementWriterModifier and TypeClassDescriptionclassXMLGenerator<T>A generator that writes the contents of a XML file to the file-system. -
Uses of ElementWriter in org.anchoranalysis.io.output.writer
Methods in org.anchoranalysis.io.output.writer that return ElementWriterModifier and TypeMethodDescriptionElementWriterSupplier.get()Gets/creates theElementWriterto be used for an output. -
Uses of ElementWriter in org.anchoranalysis.plugin.annotation.bean.aggregate
Classes in org.anchoranalysis.plugin.annotation.bean.aggregate that implement ElementWriterModifier and TypeClassDescriptionclassGenerates a CSV file containing aggregated annotation data.