visad.bio
Class MeasureManager.MData

java.lang.Object
  extended by visad.bio.MeasureManager.MData
Enclosing class:
MeasureManager

public class MeasureManager.MData
extends java.lang.Object

Measurement data structure.


Field Summary
 int b
           
 double dist
           
 int g
           
 int groupId
           
 int index
           
 int r
           
 int slice
           
 int stdId
           
 double[][] values
           
 
Constructor Summary
MeasureManager.MData(int index, int stdId, int groupId, double mx, double my, double sd, double[][] values, int r, int g, int b)
          Line constructor.
MeasureManager.MData(java.lang.String line, int len, double mx, double my, double sd)
          Constructor from line of text.
 
Method Summary
 java.lang.String toString()
          Gets a tab-delimited string representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

index

public int index

slice

public int slice

stdId

public int stdId

groupId

public int groupId

values

public double[][] values

r

public int r

g

public int g

b

public int b

dist

public double dist
Constructor Detail

MeasureManager.MData

public MeasureManager.MData(java.lang.String line,
                            int len,
                            double mx,
                            double my,
                            double sd)
Constructor from line of text.


MeasureManager.MData

public MeasureManager.MData(int index,
                            int stdId,
                            int groupId,
                            double mx,
                            double my,
                            double sd,
                            double[][] values,
                            int r,
                            int g,
                            int b)
Line constructor.

Method Detail

toString

public java.lang.String toString()
Gets a tab-delimited string representation.

Overrides:
toString in class java.lang.Object