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. |
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 |
PolarPlot.getFixedLegendItems()
Returns the fixed legend items, if any.
|
LegendItemCollection |
CategoryPlot.getFixedLegendItems()
Returns the fixed legend items, if any.
|
LegendItemCollection |
XYPlot.getLegendItems()
Returns the legend items for the plot.
|
LegendItemCollection |
WaferMapPlot.getLegendItems()
Return the legend items from the renderer.
|
LegendItemCollection |
ThermometerPlot.getLegendItems()
Returns the legend items for the plot.
|
LegendItemCollection |
SpiderWebPlot.getLegendItems()
Returns a collection of legend items for the spider web chart.
|
LegendItemCollection |
PolarPlot.getLegendItems()
Returns the legend items for the plot.
|
LegendItemCollection |
Plot.getLegendItems()
Returns the legend items for the plot.
|
LegendItemCollection |
PiePlot.getLegendItems()
Returns a collection of legend items for the pie chart.
|
LegendItemCollection |
MultiplePiePlot.getLegendItems()
Returns a collection of legend items for the pie chart.
|
LegendItemCollection |
MeterPlot.getLegendItems()
Returns an item for each interval.
|
LegendItemCollection |
CompassPlot.getLegendItems()
Returns the legend items for the plot.
|
LegendItemCollection |
CombinedRangeXYPlot.getLegendItems()
Returns a collection of legend items for the plot.
|
LegendItemCollection |
CombinedRangeCategoryPlot.getLegendItems()
Returns a collection of legend items for the plot.
|
LegendItemCollection |
CombinedDomainXYPlot.getLegendItems()
Returns a collection of legend items for the plot.
|
LegendItemCollection |
CombinedDomainCategoryPlot.getLegendItems()
Returns a collection of legend items for the plot.
|
LegendItemCollection |
CategoryPlot.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.
|
void |
PolarPlot.setFixedLegendItems(LegendItemCollection items)
Sets the fixed legend items for the plot.
|
void |
CategoryPlot.setFixedLegendItems(LegendItemCollection items)
Sets the fixed legend items for the plot.
|
Modifier and Type | Method and Description |
---|---|
LegendItemCollection |
WaferMapRenderer.getLegendCollection()
Builds the list of legend entries.
|
Modifier and Type | Method and Description |
---|---|
LegendItemCollection |
AbstractCategoryItemRenderer.getLegendItems()
Returns a (possibly empty) collection of legend items for the series
that this renderer is responsible for drawing.
|
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.
|