Uses of Class
org.jfree.chart.LegendItemCollection
Packages that use LegendItemCollection
Package
Description
-
Uses of LegendItemCollection in org.jfree.chart
Methods in org.jfree.chart that return LegendItemCollectionModifier and TypeMethodDescriptionLegendItemSource.getLegendItems()
Returns a (possibly empty) collection of legend items.Methods in org.jfree.chart with parameters of type LegendItemCollectionModifier and TypeMethodDescriptionvoid
LegendItemCollection.addAll
(LegendItemCollection collection) Adds the legend items from another collection to this collection. -
Uses of LegendItemCollection in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return LegendItemCollectionModifier and TypeMethodDescriptionCategoryPlot.getFixedLegendItems()
Returns the fixed legend items, if any.PolarPlot.getFixedLegendItems()
Returns the fixed legend items, if any.XYPlot.getFixedLegendItems()
Returns the fixed legend items, if any.CategoryPlot.getLegendItems()
Returns the legend items for the plot.CombinedDomainCategoryPlot.getLegendItems()
Returns a collection of legend items for the plot.CombinedDomainXYPlot.getLegendItems()
Returns a collection of legend items for the plot.CombinedRangeCategoryPlot.getLegendItems()
Returns a collection of legend items for the plot.CombinedRangeXYPlot.getLegendItems()
Returns a collection of legend items for the plot.CompassPlot.getLegendItems()
Returns the legend items for the plot.MeterPlot.getLegendItems()
Returns an item for each interval.MultiplePiePlot.getLegendItems()
Returns a collection of legend items for the pie chart.PiePlot.getLegendItems()
Returns a collection of legend items for the pie chart.Plot.getLegendItems()
Returns the legend items for the plot.PolarPlot.getLegendItems()
Returns the legend items for the plot.SpiderWebPlot.getLegendItems()
Returns a collection of legend items for the spider web chart.ThermometerPlot.getLegendItems()
Returns the legend items for the plot.WaferMapPlot.getLegendItems()
Return the legend items from the renderer.XYPlot.getLegendItems()
Returns the legend items for the plot.Methods in org.jfree.chart.plot with parameters of type LegendItemCollectionModifier and TypeMethodDescriptionvoid
CategoryPlot.setFixedLegendItems
(LegendItemCollection items) Sets the fixed legend items for the plot.void
PolarPlot.setFixedLegendItems
(LegendItemCollection items) Sets the fixed legend items for the plot.void
XYPlot.setFixedLegendItems
(LegendItemCollection items) Sets the fixed legend items for the plot. -
Uses of LegendItemCollection in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return LegendItemCollectionModifier and TypeMethodDescriptionWaferMapRenderer.getLegendCollection()
Builds the list of legend entries. -
Uses of LegendItemCollection in org.jfree.chart.renderer.category
Methods in org.jfree.chart.renderer.category that return LegendItemCollectionModifier and TypeMethodDescriptionAbstractCategoryItemRenderer.getLegendItems()
Returns a (possibly empty) collection of legend items for the series that this renderer is responsible for drawing. -
Uses of LegendItemCollection in org.jfree.chart.renderer.xy
Methods in org.jfree.chart.renderer.xy that return LegendItemCollectionModifier and TypeMethodDescriptionAbstractXYItemRenderer.getLegendItems()
Returns a (possibly empty) collection of legend items for the series that this renderer is responsible for drawing.