java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.ChartProperties
omix.lang.chart.util.AbstractLineChartProperties
omix.lang.chart.util.LineChartProperties
- All Implemented Interfaces:
Serializable
public class LineChartProperties extends AbstractLineChartProperties
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LineChartProperties()
-
Method Summary
Modifier and Type Method Description LineChartProperties
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
-
LineChartProperties
public LineChartProperties()
-
-
Method Details
-
set
- Overrides:
set
in classAbstractLineChartProperties
-
clone
- Specified by:
clone
in classAbstractLineChartProperties
-
getLineWidth
public double getLineWidth() -
setLineWidth
public void setLineWidth(double lineWidth) -
getLineStyle
-
setLineStyle
-