org.pentaho.chart.plugin
Class AbstractChartPlugin
java.lang.Object
org.pentaho.chart.plugin.AbstractChartPlugin
- All Implemented Interfaces:
- IChartPlugin
- Direct Known Subclasses:
- JFreeChartPlugin, OpenFlashChartPlugin, XmlChartPlugin
public abstract class AbstractChartPlugin
- extends Object
- implements IChartPlugin
- Author:
- wseyler
This class is a Abstract implementation of the IChartPlugin. As such it contains implementations
that should be common across all chart plugin implementations.
AbstractChartPlugin
public AbstractChartPlugin()
validateChartDocument
public ChartResult validateChartDocument(ChartDocument chartDocument)
- Description copied from interface:
IChartPlugin
- Validates the current chart document. AbstractChartPlugin implements the validations that are
NOT plugin specific. The plugin should override and call the super before doing it's validation
- Specified by:
validateChartDocument
in interface IChartPlugin
- Returns: