Uses of Interface org.jfree.chart.renderer.PolarItemRenderer

Uses in package org.jfree.chart.plot

Constructors with parameter type org.jfree.chart.renderer.PolarItemRenderer

PolarPlot.PolarPlot(XYDataset dataset, ValueAxis radiusAxis, PolarItemRenderer renderer)
Creates a new plot.

Methods with parameter type org.jfree.chart.renderer.PolarItemRenderer

void
Sets the item renderer, and notifies all listeners of a change to the plot.

Methods with return type org.jfree.chart.renderer.PolarItemRenderer

PolarItemRenderer
Returns the item renderer.

Uses in package org.jfree.chart.renderer

Classes implementing org.jfree.chart.renderer.PolarItemRenderer

class
A renderer that can be used with the PolarPlot class.