org.jCharts.properties
Class AreaChartProperties

java.lang.Object
  extended byorg.jCharts.properties.ChartTypeProperties
      extended byorg.jCharts.properties.AxisChartTypeProperties
          extended byorg.jCharts.properties.AreaChartProperties
All Implemented Interfaces:
HTMLTestable
Direct Known Subclasses:
StackedAreaChartProperties

public class AreaChartProperties
extends AxisChartTypeProperties


Field Summary
 
Fields inherited from class org.jCharts.properties.AxisChartTypeProperties
 
Constructor Summary
AreaChartProperties()
           
 
Method Summary
 void toHTML(HTMLGenerator htmlGenerator)
          Enables the testing routines to display the contents of this Object.
 void validate(IAxisPlotDataSet iAxisPlotDataSet)
          Validates the properties.
 
Methods inherited from class org.jCharts.properties.AxisChartTypeProperties
addPostRenderEventListener, addPreRenderEventListener, firePostRender, firePreRender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AreaChartProperties

public AreaChartProperties()
Method Detail

validate

public void validate(IAxisPlotDataSet iAxisPlotDataSet)
              throws PropertyException
Validates the properties.

Specified by:
validate in class AxisChartTypeProperties
Parameters:
iAxisPlotDataSet -
Throws:
PropertyException

toHTML

public void toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.

Parameters:
htmlGenerator -