Uses of Class
com.quinncurtis.chart2djava.BubblePlotLegendItem

Packages that use BubblePlotLegendItem
com.quinncurtis.chart2djava   
 

Uses of BubblePlotLegendItem in com.quinncurtis.chart2djava
 

Methods in com.quinncurtis.chart2djava that return BubblePlotLegendItem
 BubblePlotLegendItem BubblePlotLegend.getLegendItem(int itemnum)
          Returns the BubblePlotLegendItem object at the specified index.
 

Methods in com.quinncurtis.chart2djava with parameters of type BubblePlotLegendItem
 int BubblePlotLegend.addLegendItem(BubblePlotLegendItem legenditem)
          Add a legend item to the current legend, using another legend item as the source.
 void BubblePlotLegendItem.copy(BubblePlotLegendItem source)
          Copies the source legend item object.
 void BubblePlotLegend.setLegendItem(BubblePlotLegendItem legenditem, int itemnum)
          Set an BubblePlotLegendItem object in the legendItemsArrayList list.