peakml.util.jfreechart
Class FastErrorBarPlot.Data

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

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


Constructor Summary
FastErrorBarPlot.Data(java.lang.String xvalue, double[] yvalues)
           
 
Method Summary
 double getMaxY()
           
 double getMeanY()
           
 double getMinY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastErrorBarPlot.Data

public FastErrorBarPlot.Data(java.lang.String xvalue,
                             double[] yvalues)
Method Detail

getMinY

public double getMinY()

getMaxY

public double getMaxY()

getMeanY

public double getMeanY()