java.lang.Object
omix.lang.chart.Chart
omix.lang.chart.AbstractCategoryChart
omix.lang.chart.AbstractStackableChart
omix.lang.chart.AreaChart
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Paint
,DatasetChangeListener
public class AreaChart extends AbstractStackableChart
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description AreaChart()
AreaChart(CategoryDataset dataset)
AreaChart(CategoryDataset dataset, StackMode mode)
AreaChart(StackMode mode)
-
Method Summary
Modifier and Type Method Description AreaChart
clone()
AreaChartProperties
properties()
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 classAbstractStackableChart
- Returns:
- A clone of the paint object.
-
properties
- Specified by:
properties
in classChart
-