public class CoreMetadata extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
int |
bitsPerPixel
Number of valid bits per pixel.
|
String |
dimensionOrder
Order in which dimensions are stored.
|
boolean |
falseColor
Indicates whether or not we can ignore the color map (if present).
|
int |
imageCount
Total number of images.
|
boolean |
indexed
Indicates whether or not the images are stored as indexed color.
|
boolean |
interleaved
True if channels are stored RGBRGBRGB...; false if channels are stored
RRR...GGG...BBB...
|
boolean |
littleEndian
Indicates whether or not each pixel's bytes are in little endian order.
|
boolean |
metadataComplete
Indicates 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 |
orderCertain
Indicates whether or not we are confident that the
dimension order is correct.
|
int |
pixelType
Describes the number of bytes per pixel.
|
int |
resolutionCount |
boolean |
rgb
Indicates whether or not the images are stored as RGB
(multiple channels per plane).
|
Hashtable<String,Object> |
seriesMetadata
Non-core metadata associated with this series.
|
int |
sizeC
Number of channels.
|
int |
sizeT
Number of timepoints.
|
int |
sizeX
Width (in pixels) of images in this series.
|
int |
sizeY
Height (in pixels) of images in this series.
|
int |
sizeZ
Number of Z sections.
|
boolean |
thumbnail
Indicates whether or not this series is a lower-resolution copy of
another series.
|
int |
thumbSizeX
Width (in pixels) of thumbnail images in this series.
|
int |
thumbSizeY
Height (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 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 Object
CloneNotSupportedException
public CoreMetadata clone(IFormatReader r, int coreIndex)
Copyright © 2016 Open Microscopy Environment