Package | Description |
---|---|
org.jfree.chart | |
org.jfree.chart.renderer.xy | |
org.jfree.chart.title |
Modifier and Type | Method and Description |
---|---|
LegendItem |
LegendItemCollection.get(int index)
Returns a legend item from the collection.
|
Modifier and Type | Method and Description |
---|---|
void |
LegendItemCollection.add(LegendItem item)
Adds a legend item to the collection.
|
Modifier and Type | Method and Description |
---|---|
LegendItem |
XYItemRenderer.getLegendItem(int datasetIndex,
int series)
Returns a legend item for a series from a dataset.
|
LegendItem |
XYLineAndShapeRenderer.getLegendItem(int datasetIndex,
int series)
Returns a legend item for the specified series.
|
LegendItem |
AbstractXYItemRenderer.getLegendItem(int datasetIndex,
int series)
Returns a default legend item for the specified series.
|
LegendItem |
StandardXYItemRenderer.getLegendItem(int datasetIndex,
int series)
Returns a legend item for a series.
|
Modifier and Type | Method and Description |
---|---|
protected Block |
LegendTitle.createLegendItemBlock(LegendItem item)
Creates a legend item block.
|