org.norther.tammi.sprig.jfree
Interface JFreeCharts

All Superinterfaces:
ChartGenerator, Configurable
All Known Implementing Classes:
DefaultJFreeCharts

public interface JFreeCharts
extends ChartGenerator

A JFreeCharts specific extension to ChartGenerator.

Author:
Ilkka Priha

Field Summary
 
Fields inherited from interface org.norther.tammi.sprig.chart.ChartGenerator
BY_COLUMN, BY_ROW
 
Method Summary
 ChartLayout generate(JFreeChart chart)
          Generates a layout from the specified chart.
 
Methods inherited from interface org.norther.tammi.sprig.chart.ChartGenerator
createEncoder, generate, generate, generate, generate, getEncoderClassName, removeEncoderClassName, setEncoderClassName
 
Methods inherited from interface org.norther.tammi.core.config.Configurable
addProperty, addProperty, clearProperties, containsProperty, getConfigKey, getProperties, getProperty, getPropertyFilePath, indexOfProperty, propertyMap, propertyMap, removeProperty, removeProperty, setConfigKey, setProperties, setProperty, setPropertyFilePath, setPropertyFilePath, storeProperties
 

Method Detail

generate

ChartLayout generate(JFreeChart chart)
                     throws LogException
Generates a layout from the specified chart.

Parameters:
chart - the chart.
Returns:
the generated layout.
Throws:
LogException - on errors.


Copyright © 2004 The Norther Organization. All rights reserved.