| Package | Description |
|---|---|
| org.jfree.chart | |
| org.jfree.chart.plot | |
| org.jfree.chart.renderer.xy |
| Modifier and Type | Method and Description |
|---|---|
LegendItemCollection |
LegendItemSource.getLegendItems()
Returns a (possibly empty) collection of legend items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LegendItemCollection.addAll(LegendItemCollection collection)
Adds the legend items from another collection to this collection.
|
| Modifier and Type | Method and Description |
|---|---|
LegendItemCollection |
XYPlot.getFixedLegendItems()
Returns the fixed legend items, if any.
|
LegendItemCollection |
Plot.getLegendItems()
Returns the legend items for the plot.
|
LegendItemCollection |
CombinedDomainXYPlot.getLegendItems()
Returns a collection of legend items for the plot.
|
LegendItemCollection |
CombinedRangeXYPlot.getLegendItems()
Returns a collection of legend items for the plot.
|
LegendItemCollection |
XYPlot.getLegendItems()
Returns the legend items for the plot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XYPlot.setFixedLegendItems(LegendItemCollection items)
Sets the fixed legend items for the plot.
|
| Modifier and Type | Method and Description |
|---|---|
LegendItemCollection |
AbstractXYItemRenderer.getLegendItems()
Returns a (possibly empty) collection of legend items for the series
that this renderer is responsible for drawing.
|