java.lang.Object
omix.lang.chart.util.ChartStyleElement
omix.lang.chart.util.ChartProperties
omix.lang.chart.util.AbstractLineChartProperties
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LineChart3DProperties
,LineChartProperties
public abstract class AbstractLineChartProperties extends ChartProperties
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AbstractLineChartProperties()
-
Method Summary
Modifier and Type Method Description abstract AbstractLineChartProperties
clone()
void
set(ChartProperties clone)
Methods inherited from class omix.lang.chart.util.ChartStyleElement
addPropertyChangeListener, propertyChange, removePropertyChangeListener
-
Constructor Details
-
AbstractLineChartProperties
public AbstractLineChartProperties()
-
-
Method Details
-
set
- Overrides:
set
in classChartProperties
-
clone
- Specified by:
clone
in classChartProperties
-