java.lang.Object
omix.lang.chart.Chart
omix.lang.chart.AbstractCategoryChart
omix.lang.chart.LineChart
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Paint
,DatasetChangeListener
public class LineChart extends AbstractCategoryChart
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description LineChart()
LineChart(boolean showShapes)
LineChart(CategoryDataset dataset)
LineChart(CategoryDataset dataset, boolean showShapes)
-
Method Summary
Modifier and Type Method Description LineChart
clone()
AbstractErrorIndicator
getErrorIndicator()
boolean
isShowShapes()
LineChartProperties
properties()
void
setErrorIndicator(AbstractErrorIndicator errorIndicator)
void
setShowShapes(boolean showShapes)
Methods inherited from class omix.lang.chart.AbstractCategoryChart
domainAxis, getDataset, rangeAxis, setDataset, style
Methods inherited from class omix.lang.chart.Chart
addChartChangeListener, datasetChanged, legend, propertyChange, removeChartChangeListener, title
-
Constructor Details
-
Method Details
-
clone
- Specified by:
clone
in interfacePaint
- Specified by:
clone
in classAbstractCategoryChart
- Returns:
- A clone of the paint object.
-
isShowShapes
public boolean isShowShapes() -
setShowShapes
public void setShowShapes(boolean showShapes) -
getErrorIndicator
-
setErrorIndicator
-
properties
- Specified by:
properties
in classChart
-