| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
PolarItemRenderer |
PolarPlot.getRenderer()
Returns the item renderer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolarPlot.setRenderer(PolarItemRenderer renderer)
Sets the item renderer, and notifies all listeners of a change to the
plot.
|
| Constructor and Description |
|---|
PolarPlot(XYDataset dataset,
ValueAxis radiusAxis,
PolarItemRenderer renderer)
Creates a new plot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPolarItemRenderer
A renderer that can be used with the
PolarPlot class. |
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.