Uses of Interface
org.jfree.chart.renderer.PolarItemRenderer
-
Packages that use PolarItemRenderer Package Description org.jfree.chart.plot Plot classes and related interfaces.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlotandXYPlotclasses. -
-
Uses of PolarItemRenderer in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return PolarItemRenderer Modifier and Type Method Description PolarItemRendererPolarPlot. getRenderer()Returns the primary renderer.PolarItemRendererPolarPlot. getRenderer(int index)Returns the renderer at the specified index, if there is one.Methods in org.jfree.chart.plot with parameters of type PolarItemRenderer Modifier and Type Method Description intPolarPlot. 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 PolarItemRenderer Constructor Description PolarPlot(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 Modifier and Type Class Description classDefaultPolarItemRendererA renderer that can be used with thePolarPlotclass.
-