java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.ChartProperties
omix.lang.chart.util.XYChartProperties
omix.lang.chart.util.ScatterPlotProperties
- All Implemented Interfaces:
Serializable
public class ScatterPlotProperties extends XYChartProperties
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ScatterPlotProperties()
-
Method Summary
Modifier and Type Method Description ScatterPlotProperties
clone()
double
getPointSize()
void
set(ChartProperties chartProperties)
void
setPointSize(double lineWidth)
Methods inherited from class omix.lang.chart.util.ChartStyleElement
addPropertyChangeListener, propertyChange, removePropertyChangeListener
-
Constructor Details
-
ScatterPlotProperties
public ScatterPlotProperties()
-
-
Method Details
-
set
- Overrides:
set
in classXYChartProperties
-
clone
- Overrides:
clone
in classXYChartProperties
-
getPointSize
public double getPointSize() -
setPointSize
public void setPointSize(double lineWidth)
-