Uses of Class
com.quinncurtis.chart3djava.BubblePlotLegendItem

Uses of BubblePlotLegendItem in com.quinncurtis.chart3djava
 

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

Methods in com.quinncurtis.chart3djava 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.