- All Implemented Interfaces:
PropertyChangeListener
,Serializable
,Cloneable
,EventListener
,Paint
,DatasetChangeListener
public class BubbleChart extends AbstractXYZChart<XYZDataset>
- Since:
- Omix 1.8.6
- Author:
- Dr. Peter Droste
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BubbleChart()
BubbleChart(XYZDataset dataset)
-
Method Summary
Modifier and Type Method Description BubbleChart
clone()
XYChartProperties
properties()
Methods inherited from class omix.lang.chart.AbstractXYChart
getDataset, setDataset, style, xAxis, yAxis
Methods inherited from class omix.lang.chart.Chart
addChartChangeListener, datasetChanged, legend, propertyChange, removeChartChangeListener, title
-
Constructor Details
-
BubbleChart
public BubbleChart() -
BubbleChart
-
-
Method Details
-
clone
- Specified by:
clone
in interfacePaint
- Specified by:
clone
in classAbstractXYZChart<XYZDataset>
- Returns:
- A clone of the paint object.
-
properties
- Specified by:
properties
in classChart
-