Uses of Interface
org.jfree.chart.renderer.PolarItemRenderer
Packages that use 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
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 TypeMethodDescriptionintPolarPlot.getIndexOf(PolarItemRenderer renderer) Returns the index of the specified renderer, or-1if the renderer is not assigned to this plot.voidPolarPlot.setRenderer(int index, PolarItemRenderer renderer) Sets a renderer and sends aPlotChangeEventto all registered listeners.voidPolarPlot.setRenderer(int index, PolarItemRenderer renderer, boolean notify) Sets a renderer and, if requested, sends aPlotChangeEventto all registered listeners.voidPolarPlot.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