public final class ScatterPlotProperties extends AxisChartTypeProperties
Modifier and Type | Field and Description |
---|---|
static java.awt.Stroke |
DEFAULT_LINE_STROKE |
private java.awt.Stroke[] |
lineStrokes |
private java.awt.Shape[] |
shapes |
Constructor and Description |
---|
ScatterPlotProperties(java.awt.Stroke[] lineStrokes,
java.awt.Shape[] shapes)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.awt.Stroke[] |
getLineStrokes() |
java.awt.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 java.awt.Stroke DEFAULT_LINE_STROKE
private java.awt.Stroke[] lineStrokes
private java.awt.Shape[] shapes
public ScatterPlotProperties(java.awt.Stroke[] lineStrokes, java.awt.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 java.awt.Stroke[] getLineStrokes()
public java.awt.Shape[] getShapes()
public void toHTML(HTMLGenerator htmlGenerator)
htmlGenerator
- public void validate(IAxisPlotDataSet iAxisPlotDataSet) throws PropertyException
validate
in class AxisChartTypeProperties
iAxisPlotDataSet
- PropertyException