loci.formats
Class CoreMetadata

java.lang.Object
  extended by loci.formats.CoreMetadata

public class CoreMetadata
extends Object

Encompasses core metadata values.

Source code:
Trac, SVN


Field Summary
 int[][] cLengths
           
 String[][] cTypes
           
 String[] currentOrder
           
 boolean[] falseColor
           
 int[] imageCount
           
 boolean[] indexed
           
 boolean[] interleaved
           
 boolean[] littleEndian
           
 boolean[] metadataComplete
           
 boolean[] orderCertain
           
 int[] pixelType
           
 boolean[] rgb
           
 Hashtable[] seriesMetadata
           
 int[] sizeC
           
 int[] sizeT
           
 int[] sizeX
           
 int[] sizeY
           
 int[] sizeZ
           
 int[] thumbSizeX
           
 int[] thumbSizeY
           
 
Constructor Summary
CoreMetadata(int series)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeX

public int[] sizeX

sizeY

public int[] sizeY

sizeZ

public int[] sizeZ

sizeC

public int[] sizeC

sizeT

public int[] sizeT

thumbSizeX

public int[] thumbSizeX

thumbSizeY

public int[] thumbSizeY

pixelType

public int[] pixelType

imageCount

public int[] imageCount

cLengths

public int[][] cLengths

cTypes

public String[][] cTypes

currentOrder

public String[] currentOrder

orderCertain

public boolean[] orderCertain

rgb

public boolean[] rgb

littleEndian

public boolean[] littleEndian

interleaved

public boolean[] interleaved

indexed

public boolean[] indexed

falseColor

public boolean[] falseColor

metadataComplete

public boolean[] metadataComplete

seriesMetadata

public Hashtable[] seriesMetadata
Constructor Detail

CoreMetadata

public CoreMetadata(int series)