Uses of Class
com.jrefinery.chart.LegendItemCollection

Packages that use LegendItemCollection
com.jrefinery.chart The main classes in the JFreeChart class library. 
 

Uses of LegendItemCollection in com.jrefinery.chart
 

Methods in com.jrefinery.chart that return LegendItemCollection
 LegendItemCollection Plot.getLegendItems()
          Returns the legend items for the plot.
 LegendItemCollection ThermometerPlot.getLegendItems()
          Returns the legend items for the plot.
 LegendItemCollection XYPlot.getLegendItems()
          Returns the legend items for the plot.
 LegendItemCollection CombinedXYPlot.getLegendItems()
          Returns a collection of legend items for the plot.
 LegendItemCollection OverlaidXYPlot.getLegendItems()
          Returns a collection of legend items for the overlaid plot.
 LegendItemCollection MeterPlot.getLegendItems()
          Returns null.
 LegendItemCollection PiePlot.getLegendItems()
          Returns a collection of legend items for the pie chart.
 LegendItemCollection CategoryPlot.getLegendItems()
          Returns the legend items for the plot.
 LegendItemCollection OverlaidVerticalCategoryPlot.getLegendItems()
          Returns the legend items.
 LegendItemCollection CompassPlot.getLegendItems()
          Returns the legend items for the plot.
 LegendItemCollection PeriodMarkerPlot.getLegendItems()
          Returns the legend items (null for this plot).
 

Methods in com.jrefinery.chart with parameters of type LegendItemCollection
 void LegendItemCollection.addAll(LegendItemCollection collection)
          Adds the legend items from another collection to this collection.
 void LegendItemLayout.layoutLegendItems(LegendItemCollection collection)
          Updates the locations of all the legend items in the collection, according to some particular layout algorithm.
 void StandardLegendItemLayout.layoutLegendItems(LegendItemCollection collection)
          Performs a layout on the items in the collection.