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(Type aType)
           
 
Method Summary
 JFreeChartAdaptor build(Type aType)
           
 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, 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

KeyedValues2D

public KeyedValues2D(Type aType)
Method Detail

build

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

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)