Uses of Interface
org.jfree.chart.renderer.PolarItemRenderer
Packages that use PolarItemRenderer
-
Uses of PolarItemRenderer in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return PolarItemRendererModifier and TypeMethodDescriptionPolarPlot.getRenderer()
Returns the primary renderer.PolarPlot.getRenderer
(int index) Returns the renderer at the specified index, if there is one.Methods in org.jfree.chart.plot with parameters of type PolarItemRendererModifier 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.Constructors in org.jfree.chart.plot with parameters of type PolarItemRendererModifierConstructorDescriptionPolarPlot
(XYDataset dataset, ValueAxis radiusAxis, PolarItemRenderer renderer) Creates a new plot. -
Uses of PolarItemRenderer in org.jfree.chart.renderer
Classes in org.jfree.chart.renderer that implement PolarItemRenderer