se.optimatika.jfree.chart
Class JFreeChartBuilder<B extends JFreeChartBuilder<B>>

java.lang.Object
  extended by org.ojalgo.type.ChartBuilder<JFreeChartAdaptor,B>
      extended by se.optimatika.jfree.chart.JFreeChartBuilder<B>
Direct Known Subclasses:
BarChartBuilder, HistoryAndForecastBuilder, PieChartBuilder, ScatterPlotBuilder, StackedXYAreaChartBuilder

public abstract class JFreeChartBuilder<B extends JFreeChartBuilder<B>>
extends ChartBuilder<JFreeChartAdaptor,B>

Author:
apete

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ojalgo.type.ChartBuilder
ChartBuilder.ChartResource<T>, ChartBuilder.Orientation, ChartBuilder.Priority
 
Method Summary
 B plotBackground(Paint aPaint)
           
 B plotOutline(Paint aPaint)
           
 B tooltips(boolean aFlag)
           
 B urls(boolean aFlag)
           
 
Methods inherited from class org.ojalgo.type.ChartBuilder
background, border, build, legend, orientation, priority, title
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

plotBackground

public final B plotBackground(Paint aPaint)

plotOutline

public final B plotOutline(Paint aPaint)

tooltips

public final B tooltips(boolean aFlag)

urls

public final B urls(boolean aFlag)