Uses of Class
org.jfree.chart.LegendItemCollection
-
Packages that use LegendItemCollection Package Description org.jfree.chart Core classes, includingJFreeChart
andChartPanel
.org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlot
andXYPlot
classes.org.jfree.chart.renderer.category Plug-in renderers for theCategoryPlot
class.org.jfree.chart.renderer.xy Plug-in renderers for theXYPlot
class. -
-
Uses of LegendItemCollection in org.jfree.chart
Methods in org.jfree.chart that return LegendItemCollection Modifier and Type Method Description LegendItemCollection
LegendItemSource. getLegendItems()
Returns a (possibly empty) collection of legend items.Methods in org.jfree.chart with parameters of type LegendItemCollection Modifier and Type Method Description void
LegendItemCollection. addAll(LegendItemCollection collection)
Adds the legend items from another collection to this collection. -
Uses of LegendItemCollection in org.jfree.chart.plot
Fields in org.jfree.chart.plot declared as LegendItemCollection Modifier and Type Field Description private LegendItemCollection
CategoryPlot. fixedLegendItems
An optional collection of legend items that can be returned by the getLegendItems() method.private LegendItemCollection
PolarPlot. fixedLegendItems
An optional collection of legend items that can be returned by the getLegendItems() method.private LegendItemCollection
XYPlot. fixedLegendItems
An optional collection of legend items that can be returned by the getLegendItems() method.Methods in org.jfree.chart.plot that return LegendItemCollection Modifier and Type Method Description LegendItemCollection
CategoryPlot. getFixedLegendItems()
Returns the fixed legend items, if any.LegendItemCollection
PolarPlot. getFixedLegendItems()
Returns the fixed legend items, if any.LegendItemCollection
XYPlot. getFixedLegendItems()
Returns the fixed legend items, if any.LegendItemCollection
CategoryPlot. getLegendItems()
Returns the legend items for the plot.LegendItemCollection
CombinedDomainCategoryPlot. getLegendItems()
Returns a collection of legend items for the plot.LegendItemCollection
CombinedDomainXYPlot. getLegendItems()
Returns a collection of legend items for the plot.LegendItemCollection
CombinedRangeCategoryPlot. getLegendItems()
Returns a collection of legend items for the plot.LegendItemCollection
CombinedRangeXYPlot. getLegendItems()
Returns a collection of legend items for the plot.LegendItemCollection
CompassPlot. getLegendItems()
Returns the legend items for the plot.LegendItemCollection
MeterPlot. getLegendItems()
Returns an item for each interval.LegendItemCollection
MultiplePiePlot. getLegendItems()
Returns a collection of legend items for the pie chart.LegendItemCollection
PiePlot. getLegendItems()
Returns a collection of legend items for the pie chart.LegendItemCollection
Plot. getLegendItems()
Returns the legend items for the plot.LegendItemCollection
PolarPlot. getLegendItems()
Returns the legend items for the plot.LegendItemCollection
SpiderWebPlot. getLegendItems()
Returns a collection of legend items for the spider web chart.LegendItemCollection
ThermometerPlot. getLegendItems()
Returns the legend items for the plot.LegendItemCollection
WaferMapPlot. getLegendItems()
Return the legend items from the renderer.LegendItemCollection
XYPlot. getLegendItems()
Returns the legend items for the plot.Methods in org.jfree.chart.plot with parameters of type LegendItemCollection Modifier and Type Method Description void
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 LegendItemCollection Modifier and Type Method Description LegendItemCollection
WaferMapRenderer. 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 LegendItemCollection Modifier and Type Method Description LegendItemCollection
AbstractCategoryItemRenderer. 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 LegendItemCollection Modifier and Type Method Description LegendItemCollection
AbstractXYItemRenderer. getLegendItems()
Returns a (possibly empty) collection of legend items for the series that this renderer is responsible for drawing.
-