Uses of Class
org.jfree.chart.LegendItemCollection
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
| org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
| org.jfree.chart.renderer.category |
Plug-in renderers for the
CategoryPlot class. |
| org.jfree.chart.renderer.xy |
Plug-in renderers for the
XYPlot class. |
-
Uses of LegendItemCollection in org.jfree.chart
Methods in org.jfree.chart that return LegendItemCollection Modifier and Type Method Description LegendItemCollectionLegendItemSource. getLegendItems()Returns a (possibly empty) collection of legend items.Methods in org.jfree.chart with parameters of type LegendItemCollection Modifier and Type Method Description voidLegendItemCollection. 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 LegendItemCollection Modifier and Type Method Description LegendItemCollectionCategoryPlot. getFixedLegendItems()Returns the fixed legend items, if any.LegendItemCollectionPolarPlot. getFixedLegendItems()Returns the fixed legend items, if any.LegendItemCollectionXYPlot. getFixedLegendItems()Returns the fixed legend items, if any.LegendItemCollectionCategoryPlot. getLegendItems()Returns the legend items for the plot.LegendItemCollectionCombinedDomainCategoryPlot. getLegendItems()Returns a collection of legend items for the plot.LegendItemCollectionCombinedDomainXYPlot. getLegendItems()Returns a collection of legend items for the plot.LegendItemCollectionCombinedRangeCategoryPlot. getLegendItems()Returns a collection of legend items for the plot.LegendItemCollectionCombinedRangeXYPlot. getLegendItems()Returns a collection of legend items for the plot.LegendItemCollectionCompassPlot. getLegendItems()Returns the legend items for the plot.LegendItemCollectionMeterPlot. getLegendItems()Returns an item for each interval.LegendItemCollectionMultiplePiePlot. getLegendItems()Returns a collection of legend items for the pie chart.LegendItemCollectionPiePlot. getLegendItems()Returns a collection of legend items for the pie chart.LegendItemCollectionPlot. getLegendItems()Returns the legend items for the plot.LegendItemCollectionPolarPlot. getLegendItems()Returns the legend items for the plot.LegendItemCollectionSpiderWebPlot. getLegendItems()Returns a collection of legend items for the spider web chart.LegendItemCollectionThermometerPlot. getLegendItems()Returns the legend items for the plot.LegendItemCollectionWaferMapPlot. getLegendItems()Return the legend items from the renderer.LegendItemCollectionXYPlot. getLegendItems()Returns the legend items for the plot.Methods in org.jfree.chart.plot with parameters of type LegendItemCollection Modifier and Type Method Description voidCategoryPlot. setFixedLegendItems(LegendItemCollection items)Sets the fixed legend items for the plot.voidPolarPlot. setFixedLegendItems(LegendItemCollection items)Sets the fixed legend items for the plot.voidXYPlot. 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 LegendItemCollectionWaferMapRenderer. 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 LegendItemCollectionAbstractCategoryItemRenderer. 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 LegendItemCollectionAbstractXYItemRenderer. getLegendItems()Returns a (possibly empty) collection of legend items for the series that this renderer is responsible for drawing.