se.optimatika.jfree.data
Class TimeInMillisSeriesCollection<N extends Number>

java.lang.Object
  extended by org.ojalgo.chart.ChartBuilder
      extended by se.optimatika.jfree.data.TimeInMillisSeriesCollection<N>

public class TimeInMillisSeriesCollection<N extends Number>
extends ChartBuilder

TimeSeriesData

Author:
apete

Constructor Summary
TimeInMillisSeriesCollection(Type aType)
           
 
Method Summary
 void addSeries(BasicTimeSeries<?,N> aSeries)
           
 void addSeries(CoordinationSet<?,N> aSet)
           
 void addSeries(TimeInMillisSeries<N> aSeries)
           
 JFreeChartAdaptor build(Type aType)
           
 ChartBuilder domainAxisLabel(String aLabel)
           
 ChartBuilder rangeAxisLabel(String aLabel)
           
 
Methods inherited from class org.ojalgo.chart.ChartBuilder
background, border, build, legend, orientation, plotBackground, plotOutline, priority, title
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeInMillisSeriesCollection

public TimeInMillisSeriesCollection(Type aType)
Method Detail

addSeries

public void addSeries(BasicTimeSeries<?,N> aSeries)

addSeries

public void addSeries(CoordinationSet<?,N> aSet)

addSeries

public void addSeries(TimeInMillisSeries<N> aSeries)

build

public final JFreeChartAdaptor build(Type aType)
Specified by:
build in class ChartBuilder

domainAxisLabel

public final ChartBuilder domainAxisLabel(String aLabel)

rangeAxisLabel

public final ChartBuilder rangeAxisLabel(String aLabel)