java.lang.Object
omix.lang.chart.Chart
omix.lang.chart.AbstractPieChart
omix.lang.chart.AbstractMultiplePieChart
omix.lang.chart.MultiplePieChart
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Paint
,DatasetChangeListener
public class MultiplePieChart extends AbstractMultiplePieChart
- Since:
- Omix 1.9.26
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class omix.lang.chart.AbstractPieChart
AbstractPieChart.DataExtractOrder
-
Constructor Summary
Constructors Constructor Description MultiplePieChart()
MultiplePieChart(CategoryDataset dataset)
-
Method Summary
Modifier and Type Method Description MultiplePieChart
clone()
PieChartProperties
properties()
Methods inherited from class omix.lang.chart.AbstractPieChart
getDataExtractOrder, getDataset, setDataExtractOrder, setDataset
Methods inherited from class omix.lang.chart.Chart
addChartChangeListener, datasetChanged, legend, propertyChange, removeChartChangeListener, title
-
Constructor Details
-
MultiplePieChart
-
MultiplePieChart
public MultiplePieChart()
-
-
Method Details
-
clone
- Specified by:
clone
in interfacePaint
- Specified by:
clone
in classAbstractMultiplePieChart
- Returns:
- A clone of the paint object.
-
properties
- Specified by:
properties
in classChart
-