Class AbstractDemoHandler

java.lang.Object
org.pentaho.reporting.engine.classic.demo.util.AbstractDemoHandler
All Implemented Interfaces:
DemoHandler, InternalDemoHandler
Direct Known Subclasses:
AbstractXmlDemoHandler, AutoTableAPIDemo, BandInBandStackingDemoHandler, CountryReportAPIDemoHandler, CSVReaderDemo, FileLoadingDemo, MultiAPIChartDemo, OpenSourceAPIDemoHandler, PeopleReportAPIDemoHandler, SimpleBarcodesAPIDemo, SparklineAPIDemo, StackedLayoutAPIDemoHandler, SurveyScaleAPIDemoHandler

public abstract class AbstractDemoHandler extends Object implements InternalDemoHandler
The AbstractDemoHandler provides some common implementations that are used by all other demo handlers, and which are of minor interest for the demo's purposes.
Author:
Thomas Morgner
  • Constructor Details

    • AbstractDemoHandler

      public AbstractDemoHandler()
  • Method Details