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