Uses of Class
org.jfree.chart.LegendItemCollection
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Plot classes and related interfaces.
Core support for the plug-in renderers used by the
CategoryPlot
and XYPlot
classes.Plug-in renderers for the
CategoryPlot
class.Plug-in renderers for the
XYPlot
class.-
Uses of LegendItemCollection in org.jfree.chart
Modifier and TypeMethodDescriptionLegendItemSource.getLegendItems()
Returns a (possibly empty) collection of legend items.Modifier and TypeMethodDescriptionvoid
LegendItemCollection.addAll
(LegendItemCollection collection) Adds the legend items from another collection to this collection. -
Uses of LegendItemCollection in org.jfree.chart.plot
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionWaferMapRenderer.getLegendCollection()
Builds the list of legend entries. -
Uses of LegendItemCollection in org.jfree.chart.renderer.category
Modifier 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
Modifier and TypeMethodDescriptionAbstractXYItemRenderer.getLegendItems()
Returns a (possibly empty) collection of legend items for the series that this renderer is responsible for drawing.