- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Paint
,DatasetChangeListener
public class XYCurveChart extends AbstractXYChart<XYDataset>
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XYCurveChart()
XYCurveChart(boolean showShapes)
XYCurveChart(XYDataset dataset)
XYCurveChart(XYDataset dataset, boolean showShapes)
-
Method Summary
Modifier and Type Method Description XYCurveChart
clone()
boolean
isShowShapes()
XYLineChartProperties
properties()
void
setShowShapes(boolean showShapes)
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
-
XYCurveChart
public XYCurveChart() -
XYCurveChart
-
XYCurveChart
public XYCurveChart(boolean showShapes) -
XYCurveChart
-
-
Method Details
-
clone
- Specified by:
clone
in interfacePaint
- Specified by:
clone
in classAbstractXYChart<XYDataset>
- Returns:
- A clone of the paint object.
-
isShowShapes
public boolean isShowShapes() -
setShowShapes
public void setShowShapes(boolean showShapes) -
properties
- Specified by:
properties
in classChart
-