- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Paint
,DatasetChangeListener
public class ScatterPlot extends AbstractXYChart<XYDataset>
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ScatterPlot()
ScatterPlot(XYDataset dataset)
-
Method Summary
Modifier and Type Method Description ScatterPlot
clone()
ScatterPlotProperties
properties()
Methods inherited from class omix.lang.chart.AbstractXYChart
getDataset, setDataset, style, xAxis, yAxis
Methods inherited from class omix.lang.chart.Chart
addChartChangeListener, datasetChanged, legend, propertyChange, removeChartChangeListener, title
-
Constructor Details
-
ScatterPlot
public ScatterPlot() -
ScatterPlot
-
-
Method Details
-
clone
- Specified by:
clone
in interfacePaint
- Specified by:
clone
in classAbstractXYChart<XYDataset>
- Returns:
- A clone of the paint object.
-
properties
- Specified by:
properties
in classChart
-