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