Package org.jCharts.properties
Class LineChartProperties
java.lang.Object
org.jCharts.properties.ChartTypeProperties
org.jCharts.properties.AxisChartTypeProperties
org.jCharts.properties.LineChartProperties
- All Implemented Interfaces:
HTMLTestable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStroke[]
Shape[]
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
-
Field Details
-
DEFAULT_LINE_STROKE
-
lineStrokes
-
shapes
-
-
Constructor Details
-
LineChartProperties
Constructor- Parameters:
lineStrokes
-shapes
- if any of the shapes are NULL, they will not be drawn. If the passed Array is NULL, no shpaes will be drawn. There are some Shapes defined in PointChartProperties Object.
-
-
Method Details
-
getLineStrokes
-
getShapes
-
toHTML
Enables the testing routines to display the contents of this Object.- Parameters:
htmlGenerator
-
-
validate
Validates the properties.- Specified by:
validate
in classAxisChartTypeProperties
- Throws:
PropertyException
-