se.optimatika.jfree.data
Class BigBigSeriesCollection

java.lang.Object
  extended by org.ojalgo.chart.data.AbstractData
      extended by se.optimatika.jfree.data.BigBigSeriesCollection
All Implemented Interfaces:
ChartData, SeriesData<BigDecimal,BigDecimal>

public class BigBigSeriesCollection
extends AbstractData

XYSeriesData

Author:
apete

Constructor Summary
BigBigSeriesCollection(Type aType)
           
 
Method Summary
 void add(BasicSeries<BigDecimal,BigDecimal> aSeries)
           
 BasicChart makeChart(Type aType)
           
 void setDomainAxisLabel(String aLabel)
          X or Time
 void setRangeAxisLabel(String aLabel)
          Y or Value
 Paint setSeriesPaint(String aSeriesName, Paint aSeriesPaint)
           
 
Methods inherited from class org.ojalgo.chart.data.AbstractData
getOrientation, getPriority, getTitle, isLegendVisible, makeChart, setLegendVisible, setOrientation, setPriority, setTitle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.ojalgo.chart.data.ChartData
getOrientation, getTitle, isLegendVisible, makeChart, setLegendVisible, setOrientation, setTitle
 

Constructor Detail

BigBigSeriesCollection

public BigBigSeriesCollection(Type aType)
Method Detail

add

public void add(BasicSeries<BigDecimal,BigDecimal> aSeries)

makeChart

public final BasicChart makeChart(Type aType)
Specified by:
makeChart in interface ChartData

setDomainAxisLabel

public final void setDomainAxisLabel(String aLabel)
Description copied from interface: SeriesData
X or Time

Specified by:
setDomainAxisLabel in interface SeriesData<K extends Comparable<K>,V extends Number>

setRangeAxisLabel

public final void setRangeAxisLabel(String aLabel)
Description copied from interface: SeriesData
Y or Value

Specified by:
setRangeAxisLabel in interface SeriesData<K extends Comparable<K>,V extends Number>

setSeriesPaint

public final Paint setSeriesPaint(String aSeriesName,
                                  Paint aSeriesPaint)