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 primary renderer.
|
PolarItemRenderer |
PolarPlot.getRenderer(int index)
Returns the renderer at the specified index, if there is one.
|
Modifier and Type | Method and Description |
---|---|
int |
PolarPlot.getIndexOf(PolarItemRenderer renderer)
Returns the index of the specified renderer, or
-1 if the
renderer is not assigned to this plot. |
void |
PolarPlot.setRenderer(int index,
PolarItemRenderer renderer)
Sets a renderer and sends a
PlotChangeEvent to all
registered listeners. |
void |
PolarPlot.setRenderer(int index,
PolarItemRenderer renderer,
boolean notify)
Sets a renderer and, if requested, sends a
PlotChangeEvent to
all registered listeners. |
void |
PolarPlot.setRenderer(PolarItemRenderer renderer)
Sets the primary 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. |