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 TypeMethodDescriptionvoid
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
-
Constructor Details
-
AreaChartProperties
public AreaChartProperties()
-
-
Method Details
-
validate
Validates the properties.- Specified by:
validate
in classAxisChartTypeProperties
- Parameters:
iAxisPlotDataSet
-- Throws:
PropertyException
-
toHTML
Enables the testing routines to display the contents of this Object.- Parameters:
htmlGenerator
-
-