Uses of Class
anl.aida.bubble.BubblePlot

Packages that use BubblePlot
anl.aida.bubble   
 

Uses of BubblePlot in anl.aida.bubble
 

Fields in anl.aida.bubble declared as BubblePlot
private  BubblePlot Zoomer.bubblePlot
           
private  BubblePlot BubbleTooltip.plot
           
private  BubblePlot BubbleSlider.plot
           
private  BubblePlot BubbleChart.plot
           
 

Methods in anl.aida.bubble that return BubblePlot
 BubblePlot BubbleChart.getPlot()
           
 

Constructors in anl.aida.bubble with parameters of type BubblePlot
BubbleSlider(BubbleDataset data, BubblePlot plot)
           
BubbleTooltip(BubblePlot plot)
           
Zoomer(BubblePlot bubblePlot)