public class CoreMetadata
extends java.lang.Object
implements java.lang.Cloneable
| Modifier and Type | Field and Description | 
|---|---|
| int | bitsPerPixelNumber of valid bits per pixel. | 
| java.lang.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). | 
| java.util.Hashtable<java.lang.String,java.lang.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) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | clone() | 
| CoreMetadata | clone(IFormatReader r,
     int coreIndex) | 
| java.lang.String | toString() | 
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 java.lang.String dimensionOrder
public boolean orderCertain
public boolean rgb
public boolean littleEndian
public boolean interleaved
public boolean indexed
public boolean falseColor
public boolean metadataComplete
public java.util.Hashtable<java.lang.String,java.lang.Object> seriesMetadata
public boolean thumbnail
public int resolutionCount
public CoreMetadata()
public CoreMetadata(IFormatReader r, int coreIndex)
public CoreMetadata(CoreMetadata c)
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic CoreMetadata clone(IFormatReader r, int coreIndex)
Copyright © 2019 Open Microscopy Environment