Package com.odesys.chart.bubblechart

Interface Summary
BubbleChartModel BubbleChartModel defines the basic data model to be rendered as a Bubble Chart.
BubbleData Provides access to the data of a single bubble of the Bubble chart
 

Class Summary
BubbleChart The Bubble Chart Component.
BubbleChartView BubbleChartView draws a Bubble Chart in the Graphics context provided by its parent Chart Component.
DefaultBubbleChartModel DefaultBubbleChartModel is a default implementation of the BubbleChartModel interface.
DefaultBubbleData DefaultBubbleData is used directly only by DefaultBubbleChartModel.