se.optimatika.jfree.chart
Class HistoryAndForecastBuilder
java.lang.Object
org.ojalgo.type.ChartBuilder<JFreeChartAdaptor,B>
se.optimatika.jfree.chart.JFreeChartBuilder<B>
se.optimatika.jfree.chart.HistoryAndForecastBuilder
- Direct Known Subclasses:
- MonteCarloBuilder
public class HistoryAndForecastBuilder
- extends JFreeChartBuilder<B>
- Author:
- apete
HistoryAndForecastBuilder
public HistoryAndForecastBuilder()
build
public JFreeChartAdaptor build()
- Specified by:
build
in class ChartBuilder<JFreeChartAdaptor,se.optimatika.jfree.chart.CalendarDateSeriesCollection>
add
public void add(CalendarDateSeries<?> aSeries)
add
public void add(CoordinationSet<?> aSet)
deviationRenderer
public se.optimatika.jfree.chart.CalendarDateSeriesCollection deviationRenderer(boolean flag)
deviationRendererAlpha
public se.optimatika.jfree.chart.CalendarDateSeriesCollection deviationRendererAlpha(float value)
domainAnnotation
public final B domainAnnotation(String text,
Number value)
domainBase
public B domainBase(double base)
domainFormat
public final B domainFormat(NumberFormat aFormat)
domainInterval
public B domainInterval(double lower,
double upper)
domainInverted
public final B domainInverted(boolean inverted)
domainLabel
public final B domainLabel(String aLabel)
domainLogarithmic
public final B domainLogarithmic(boolean flag)
rangeBase
public B rangeBase(double base)
rangeFormat
public final B rangeFormat(NumberFormat aFormat)
rangeInterval
public B rangeInterval(double lower,
double upper)
rangeLabel
public final B rangeLabel(String aLabel)
rangeLogarithmic
public final B rangeLogarithmic(boolean flag)