peakml.util.jfreechart
Class FastTimePlot.Data

java.lang.Object
  extended by peakml.util.jfreechart.FastTimePlot.Data
Enclosing class:
FastTimePlot

public static class FastTimePlot.Data
extends java.lang.Object


Constructor Summary
FastTimePlot.Data(java.lang.String label, double[] time, double[] values)
           
FastTimePlot.Data(java.lang.String label, double[] time, double[] values, int color)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastTimePlot.Data

public FastTimePlot.Data(java.lang.String label,
                         double[] time,
                         double[] values)
                  throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException

FastTimePlot.Data

public FastTimePlot.Data(java.lang.String label,
                         double[] time,
                         double[] values,
                         int color)
                  throws java.lang.RuntimeException
Throws:
java.lang.RuntimeException