org.jCharts.properties
public final class LineChartProperties extends AxisChartTypeProperties
Modifier and Type | Field and Description |
---|---|
static Stroke |
DEFAULT_LINE_STROKE |
private Stroke[] |
lineStrokes |
private Shape[] |
shapes |
Constructor and Description |
---|
LineChartProperties(Stroke[] lineStrokes,
Shape[] shapes)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Stroke[] |
getLineStrokes() |
Shape[] |
getShapes() |
void |
toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.
|
void |
validate(IAxisPlotDataSet iAxisPlotDataSet)
Validates the properties.
|
addPostRenderEventListener, addPreRenderEventListener, firePostRender, firePreRender
public static final Stroke DEFAULT_LINE_STROKE
private Stroke[] lineStrokes
private Shape[] shapes
public LineChartProperties(Stroke[] lineStrokes, Shape[] shapes)
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.public Stroke[] getLineStrokes()
public Shape[] getShapes()
public void toHTML(HTMLGenerator htmlGenerator)
htmlGenerator
- public void validate(IAxisPlotDataSet iAxisPlotDataSet) throws PropertyException
validate
in class AxisChartTypeProperties
PropertyException