visad.bio
Class MeasureManager.MData
java.lang.Object
visad.bio.MeasureManager.MData
- Enclosing class:
- MeasureManager
public class MeasureManager.MData
- extends java.lang.Object
Measurement data structure.
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 |
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
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.
toString
public java.lang.String toString()
- Gets a tab-delimited string representation.
- Overrides:
toString
in class java.lang.Object