| org.jfree.chart.renderer.PolarItemRenderer |
Known Indirect Subclasses
|
The interface for a renderer that can be used by the PolarPlot class.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a change listener.
| |||||||||||
Draw the angular gridlines - the spokes.
| |||||||||||
Draw the radial gridlines - the rings.
| |||||||||||
Plots the data for a given series.
| |||||||||||
Return the legend for the given series.
| |||||||||||
Returns the plot that this renderer has been assigned to.
| |||||||||||
Removes a change listener.
| |||||||||||
Sets the plot that this renderer is assigned to.
| |||||||||||
Adds a change listener.
| listener | the listener. |
|---|
Draw the angular gridlines - the spokes.
| g2 | the drawing surface. |
|---|---|
| plot | the plot. |
| ticks | the ticks. |
| dataArea | the data area. |
Draw the radial gridlines - the rings.
| g2 | the drawing surface. |
|---|---|
| plot | the plot. |
| radialAxis | the radial axis. |
| ticks | the ticks. |
| dataArea | the data area. |
Plots the data for a given series.
| g2 | the drawing surface. |
|---|---|
| dataArea | the data area. |
| info | collects plot rendering info. |
| plot | the plot. |
| dataset | the dataset. |
| seriesIndex | the series index. |
Return the legend for the given series.
| series | the series index. |
|---|
Returns the plot that this renderer has been assigned to.
Removes a change listener.
| listener | the listener. |
|---|
Sets the plot that this renderer is assigned to.
This method will be called by the plot class...you do not need to call it yourself.
| plot | the plot. |
|---|