Package loci.formats
Class SwappableMetadata
java.lang.Object
loci.formats.CoreMetadata
loci.formats.SwappableMetadata
- All Implemented Interfaces:
Cloneable
Extends
CoreMetadata to include the notion of an "input order" for planes:
the input order being the order planes are stored on disk.
NB: Input order can differ from the CoreMetadata.dimensionOrder field,
the latter being the order dimensions are returned (and thus returned by
IFormatReader.getDimensionOrder()).
This class is primarily intended for use by DimensionSwapper and its children,
which introduce the API to separate input and output orders.
- Author:
- Mark Hiner
-
Field Summary
FieldsFields inherited from class loci.formats.CoreMetadata
bitsPerPixel, dimensionOrder, falseColor, imageCount, indexed, interleaved, littleEndian, metadataComplete, moduloC, moduloT, moduloZ, orderCertain, pixelType, resolutionCount, rgb, seriesMetadata, sizeC, sizeT, sizeX, sizeY, sizeZ, thumbnail, thumbSizeX, thumbSizeY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class loci.formats.CoreMetadata
toString
-
Field Details
-
inputOrder
Order in which dimensions are stored. Must be one of the following:- XYCZT
- XYCTZ
- XYZCT
- XYZTC
- XYTCZ
- XYTZC
-
-
Constructor Details
-
SwappableMetadata
public SwappableMetadata() -
SwappableMetadata
-
SwappableMetadata
-
-
Method Details
-
clone
- Overrides:
clonein classCoreMetadata- Throws:
CloneNotSupportedException
-
clone
- Overrides:
clonein classCoreMetadata
-