See: Description
Interface | Description |
---|---|
IMetadata |
A proxy capable of bidirectional communication of biological image data to
and from a particular storage medium.
|
IMinMaxStore |
Interface for consumers of minima and maxima pixel intensities across a
given wavelength.
|
MetadataRetrieve |
A proxy whose responsibility it is to extract biological image data from a
particular storage medium.
|
MetadataStore |
A proxy whose responsibility it is to marshal biological image data into a
particular storage medium.
|
Class | Description |
---|---|
AggregateMetadata |
A metadata store which delegates the actual storage to one or more sub
metadata stores.
|
DummyMetadata |
A dummy implementation for
MetadataStore and
MetadataRetrieve that is used when no other
metadata implementations are available. |
FilterMetadata |
An implementation of
MetadataStore that removes unprintable
characters from metadata values before storing them in a delegate
MetadataStore. |
MetadataConverter |
A utility class containing a method for piping a source
MetadataRetrieve object into a destination MetadataStore . |
Copyright © 2014 Open Microscopy Environment