org.jCharts.properties
Class AreaChartProperties
java.lang.Object
org.jCharts.properties.ChartTypeProperties
org.jCharts.properties.AxisChartTypeProperties
org.jCharts.properties.AreaChartProperties
- All Implemented Interfaces:
- HTMLTestable
- Direct Known Subclasses:
- StackedAreaChartProperties
public class AreaChartProperties
- extends AxisChartTypeProperties
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AreaChartProperties
public AreaChartProperties()
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
-