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