Package 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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtoHTML(HTMLGenerator htmlGenerator) Enables the testing routines to display the contents of this Object.voidvalidate(IAxisPlotDataSet iAxisPlotDataSet) Validates the properties.Methods inherited from class org.jCharts.properties.AxisChartTypeProperties
addPostRenderEventListener, addPreRenderEventListener, firePostRender, firePreRender
-
Constructor Details
-
AreaChartProperties
public AreaChartProperties()
-
-
Method Details
-
validate
Validates the properties.- Specified by:
validatein classAxisChartTypeProperties- Parameters:
iAxisPlotDataSet-- Throws:
PropertyException
-
toHTML
Enables the testing routines to display the contents of this Object.- Parameters:
htmlGenerator-
-