se.optimatika.jfree.data
Class KeyedValues2D

java.lang.Object
  extended by org.ojalgo.chart.ChartBuilder
      extended by se.optimatika.jfree.data.KeyedValues2D

public class KeyedValues2D
extends ChartBuilder

CategoryData

Author:
apete

Constructor Summary
KeyedValues2D()
           
 
Method Summary
 JFreeChartAdaptor build()
           
 JFreeChartAdaptor buildAreaChart()
           
 JFreeChartAdaptor buildBarChart()
           
 JFreeChartAdaptor buildBarChart3D()
           
 JFreeChartAdaptor buildLineChart()
           
 JFreeChartAdaptor buildLineChart3D()
           
 JFreeChartAdaptor buildMultiplePieChart()
           
 JFreeChartAdaptor buildMultiplePieChart3D()
           
 JFreeChartAdaptor buildStackedAreaChart()
           
 JFreeChartAdaptor buildStackedBarChart()
           
 JFreeChartAdaptor buildStackedBarChart3D()
           
 JFreeChartAdaptor buildWaterfallChart()
           
 KeyedValues2D columnLabel(String aLabel)
          Value Axis Label
 KeyedValues2D rowLabel(String aLabel)
          Category Axis Label
 void setValue(String aRowKey, String aColumnKey, Paint aPaint, BigDecimal aValue)
           
 
Methods inherited from class org.ojalgo.chart.ChartBuilder
background, border, legend, orientation, plotBackground, plotOutline, priority, title
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyedValues2D

public KeyedValues2D()
Method Detail

build

public JFreeChartAdaptor build()
Specified by:
build in class ChartBuilder

buildAreaChart

public JFreeChartAdaptor buildAreaChart()

buildBarChart

public JFreeChartAdaptor buildBarChart()

buildBarChart3D

public JFreeChartAdaptor buildBarChart3D()

buildLineChart

public JFreeChartAdaptor buildLineChart()

buildLineChart3D

public JFreeChartAdaptor buildLineChart3D()

buildMultiplePieChart

public JFreeChartAdaptor buildMultiplePieChart()

buildMultiplePieChart3D

public JFreeChartAdaptor buildMultiplePieChart3D()

buildStackedAreaChart

public JFreeChartAdaptor buildStackedAreaChart()

buildStackedBarChart

public JFreeChartAdaptor buildStackedBarChart()

buildStackedBarChart3D

public JFreeChartAdaptor buildStackedBarChart3D()

buildWaterfallChart

public JFreeChartAdaptor buildWaterfallChart()

columnLabel

public KeyedValues2D columnLabel(String aLabel)
Value Axis Label


rowLabel

public KeyedValues2D rowLabel(String aLabel)
Category Axis Label


setValue

public void setValue(String aRowKey,
                     String aColumnKey,
                     Paint aPaint,
                     BigDecimal aValue)