edu.ucla.stat.SOCR.motionchart
Class MotionDataSet.DateConverter

java.lang.Object
  extended by edu.ucla.stat.SOCR.motionchart.MotionDataSet.DateConverter
All Implemented Interfaces:
MotionDataSet.DoubleValue<java.util.Date>
Enclosing class:
MotionDataSet

protected class MotionDataSet.DateConverter
extends java.lang.Object
implements MotionDataSet.DoubleValue<java.util.Date>


Constructor Summary
protected MotionDataSet.DateConverter()
           
 
Method Summary
 java.lang.Double getDoubleValue(java.util.Date obj, int index)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotionDataSet.DateConverter

protected MotionDataSet.DateConverter()
Method Detail

getDoubleValue

public java.lang.Double getDoubleValue(java.util.Date obj,
                                       int index)
Specified by:
getDoubleValue in interface MotionDataSet.DoubleValue<java.util.Date>