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

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

protected class MotionDataSet.DoubleConverter
extends java.lang.Object
implements MotionDataSet.DoubleValue<java.lang.Double>


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

Constructor Detail

MotionDataSet.DoubleConverter

protected MotionDataSet.DoubleConverter()
Method Detail

getDoubleValue

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