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