Uses of Interface
org.jfree.chart.renderer.PolarItemRenderer
Package
Description
Plot classes and related interfaces.
Core support for the plug-in renderers used by the
CategoryPlot
and XYPlot
classes.-
Uses of PolarItemRenderer in org.jfree.chart.plot
Modifier and TypeMethodDescriptionPolarPlot.getRenderer()
Returns the primary renderer.PolarPlot.getRenderer
(int index) Returns the renderer at the specified index, if there is one.Modifier and TypeMethodDescriptionint
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 aPlotChangeEvent
to all registered listeners.void
PolarPlot.setRenderer
(int index, PolarItemRenderer renderer, boolean notify) Sets a renderer and, if requested, sends aPlotChangeEvent
to all registered listeners.void
PolarPlot.setRenderer
(PolarItemRenderer renderer) Sets the primary renderer, and notifies all listeners of a change to the plot.ModifierConstructorDescriptionPolarPlot
(XYDataset dataset, ValueAxis radiusAxis, PolarItemRenderer renderer) Creates a new plot. -
Uses of PolarItemRenderer in org.jfree.chart.renderer