public class CoreMetadata extends Object implements Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| int | bitsPerPixelNumber of valid bits per pixel. | 
| int[] | cLengthsDeprecated. 
 use  moduloCinstead | 
| String[] | cTypesDeprecated. 
 use  moduloCinstead | 
| String | dimensionOrderOrder in which dimensions are stored. | 
| boolean | falseColorIndicates whether or not we can ignore the color map (if present). | 
| int | imageCountTotal number of images. | 
| boolean | indexedIndicates whether or not the images are stored as indexed color. | 
| boolean | interleavedTrue if channels are stored RGBRGBRGB...; false if channels are stored
 RRR...GGG...BBB... | 
| boolean | littleEndianIndicates whether or not each pixel's bytes are in little endian order. | 
| boolean | metadataCompleteIndicates whether or not we are confident that all of the metadata stored
 within the file has been parsed. | 
| Modulo | moduloC | 
| Modulo | moduloT | 
| Modulo | moduloZ | 
| boolean | orderCertainIndicates whether or not we are confident that the
 dimension order is correct. | 
| int | pixelTypeDescribes the number of bytes per pixel. | 
| int | resolutionCount | 
| boolean | rgbIndicates whether or not the images are stored as RGB
 (multiple channels per plane). | 
| Hashtable<String,Object> | seriesMetadataNon-core metadata associated with this series. | 
| int | sizeCNumber of channels. | 
| int | sizeTNumber of timepoints. | 
| int | sizeXWidth (in pixels) of images in this series. | 
| int | sizeYHeight (in pixels) of images in this series. | 
| int | sizeZNumber of Z sections. | 
| boolean | thumbnailIndicates whether or not this series is a lower-resolution copy of
 another series. | 
| int | thumbSizeXWidth (in pixels) of thumbnail images in this series. | 
| int | thumbSizeYHeight (in pixels) of thumbnail images in this series. | 
| Constructor and Description | 
|---|
| CoreMetadata() | 
| CoreMetadata(CoreMetadata c) | 
| CoreMetadata(IFormatReader r,
            int coreIndex) | 
public int sizeX
public int sizeY
public int sizeZ
public int sizeC
public int sizeT
public int thumbSizeX
public int thumbSizeY
public int pixelType
INT8) in FormatTools.public int bitsPerPixel
public int imageCount
public Modulo moduloZ
public Modulo moduloC
public Modulo moduloT
public int[] cLengths
moduloC insteadpublic String dimensionOrder
public boolean orderCertain
public boolean rgb
public boolean littleEndian
public boolean interleaved
public boolean indexed
public boolean falseColor
public boolean metadataComplete
public Hashtable<String,Object> seriesMetadata
public boolean thumbnail
public int resolutionCount
public CoreMetadata()
public CoreMetadata(IFormatReader r, int coreIndex)
public CoreMetadata(CoreMetadata c)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic CoreMetadata clone(IFormatReader r, int coreIndex)
Copyright © 2015 Open Microscopy Environment