2.17.2: 2011-06-17

net.sf.basedb.util.plot
Class HistogramPlot.TempSeries

java.lang.Object
  extended by net.sf.basedb.util.plot.HistogramPlot.TempSeries
Enclosing class:
HistogramPlot

private static class HistogramPlot.TempSeries
extends Object

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
(package private)  String name
           
(package private)  List<Float> x
           
(package private)  List<Float> y
           
 
Constructor Summary
HistogramPlot.TempSeries(String name, int size, boolean hasY)
           
 
Method Summary
 float[] getX()
           
 float[] getY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

final String name

x

final List<Float> x

y

final List<Float> y
Constructor Detail

HistogramPlot.TempSeries

HistogramPlot.TempSeries(String name,
                         int size,
                         boolean hasY)
Method Detail

getX

public float[] getX()

getY

public float[] getY()

2.17.2: 2011-06-17