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.

Version:
$Id: JFreeCharts.java,v 1.15 2009/09/28 15:08:52 cvsimp Exp $
Author:
Ilkka Priha

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.norther.tammi.sprig.chart.ChartGenerator
ChartGenerator.ModelOrder, ChartGenerator.Orientation
 
Field Summary
static String DEFAULT_SECTION_LABEL_FORMAT
          The default section label format for pie charts.
 
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, addPropertyFilePath, addPropertyFilePath, clearProperties, containsProperty, getConfigKey, getProperties, getProperty, getPropertyFilePath, getPropertyFilePaths, indexOfProperty, propertyMap, propertyMap, removeProperty, removeProperty, removePropertyFilePath, setConfigKey, setProperties, setProperty, setPropertyFilePath, setPropertyFilePath, setPropertyFilePaths, setPropertyFilePaths, storeProperties
 

Field Detail

DEFAULT_SECTION_LABEL_FORMAT

static final String DEFAULT_SECTION_LABEL_FORMAT
The default section label format for pie charts.

See Also:
Constant Field Values
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.