Package net.sf.basedb.util.plot
Class HistogramPlot.TempSeries
java.lang.Object
net.sf.basedb.util.plot.HistogramPlot.TempSeries
- Enclosing class:
- HistogramPlot
Helper class for storing histogram data that needs to split into
different annotations. For each annotation we create one TempSeries object
and fills it with the data for that annotation.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
name
-
x
-
y
-
-
Constructor Details
-
TempSeries
TempSeries(String name, int size, boolean hasY)
-
-
Method Details
-
getX
public float[] getX() -
getY
public float[] getY()
-