se.optimatika.jfree.data
Class KeyedValues

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

public class KeyedValues
extends ChartBuilder

Author:
apete
See Also:
KeyedValuesDataset

Constructor Summary
KeyedValues(Type aType)
           
 
Method Summary
 JFreeChartAdaptor build(Type aType)
           
 void setValue(String aKey, 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

KeyedValues

public KeyedValues(Type aType)
Method Detail

build

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

setValue

public void setValue(String aKey,
                     Paint aPaint,
                     BigDecimal aValue)