Package org.jCharts.properties
Class ScatterPlotProperties
- java.lang.Object
-
- org.jCharts.properties.ChartTypeProperties
-
- org.jCharts.properties.AxisChartTypeProperties
-
- org.jCharts.properties.ScatterPlotProperties
-
- All Implemented Interfaces:
HTMLTestable
public final class ScatterPlotProperties extends AxisChartTypeProperties
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.Stroke
DEFAULT_LINE_STROKE
private java.awt.Stroke[]
lineStrokes
private java.awt.Shape[]
shapes
-
Constructor Summary
Constructors Constructor Description ScatterPlotProperties(java.awt.Stroke[] lineStrokes, java.awt.Shape[] shapes)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class org.jCharts.properties.AxisChartTypeProperties
addPostRenderEventListener, addPreRenderEventListener, firePostRender, firePreRender
-
-
-
-
Constructor Detail
-
ScatterPlotProperties
public ScatterPlotProperties(java.awt.Stroke[] lineStrokes, java.awt.Shape[] shapes)
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 Detail
-
getLineStrokes
public java.awt.Stroke[] getLineStrokes()
-
getShapes
public java.awt.Shape[] getShapes()
-
toHTML
public void toHTML(HTMLGenerator htmlGenerator)
Enables the testing routines to display the contents of this Object.- Parameters:
htmlGenerator
-
-
validate
public void validate(IAxisPlotDataSet iAxisPlotDataSet) throws PropertyException
Validates the properties.- Specified by:
validate
in classAxisChartTypeProperties
- Parameters:
iAxisPlotDataSet
-- Throws:
PropertyException
-
-