- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Paint
,DatasetChangeListener
public class XYLineChart extends AbstractXYChart<XYDataset>
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description XYLineChart()
XYLineChart(boolean showShapes)
XYLineChart(XYDataset dataset)
XYLineChart(XYDataset dataset, boolean showShapes)
-
Method Summary
Modifier and Type Method Description XYLineChart
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
-
XYLineChart
public XYLineChart() -
XYLineChart
-
XYLineChart
public XYLineChart(boolean showShapes) -
XYLineChart
-
-
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
-