org.das2.components
Class DataPointRecorder.DataPoint
java.lang.Object
org.das2.components.DataPointRecorder.DataPoint
- All Implemented Interfaces:
- java.lang.Comparable
- Enclosing class:
- DataPointRecorder
protected class DataPointRecorder.DataPoint
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataPointRecorder.DataPoint
public DataPointRecorder.DataPoint(Datum x1,
Datum x2,
java.util.Map planes)
DataPointRecorder.DataPoint
public DataPointRecorder.DataPoint(Datum[] data,
java.util.Map planes)
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo
in interface java.lang.Comparable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object