java.lang.Object
omix.lang.chart.Chart
omix.lang.chart.AbstractPieChart
omix.lang.chart.AbstractMultiplePieChart
- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Paint
,DatasetChangeListener
- Direct Known Subclasses:
MultiplePieChart
,MultiplePieChart3D
,MultipleRingChart
public abstract class AbstractMultiplePieChart extends AbstractPieChart
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from class omix.lang.chart.AbstractPieChart
AbstractPieChart.DataExtractOrder
-
Constructor Summary
Constructors Constructor Description AbstractMultiplePieChart()
AbstractMultiplePieChart(CategoryDataset dataset)
-
Method Summary
Modifier and Type Method Description abstract AbstractMultiplePieChart
clone()
MultiplePieChartStyle
style()
SubTitleStyle
subTitleStyle()
Methods inherited from class omix.lang.chart.AbstractPieChart
getDataExtractOrder, getDataset, setDataExtractOrder, setDataset
Methods inherited from class omix.lang.chart.Chart
addChartChangeListener, datasetChanged, legend, properties, propertyChange, removeChartChangeListener, title
-
Constructor Details
-
AbstractMultiplePieChart
public AbstractMultiplePieChart() -
AbstractMultiplePieChart
-
-
Method Details
-
style
- Overrides:
style
in classAbstractPieChart
-
clone
- Specified by:
clone
in interfacePaint
- Specified by:
clone
in classAbstractPieChart
- Returns:
- A clone of the paint object.
-
subTitleStyle
-