Class PolarPlot

java.lang.Object
org.jfree.chart.plot.Plot
org.jfree.chart.plot.PolarPlot
All Implemented Interfaces:
Serializable, Cloneable, EventListener, AnnotationChangeListener, AxisChangeListener, MarkerChangeListener, RendererChangeListener, LegendItemSource, ValueAxisPlot, Zoomable, PublicCloneable, DatasetChangeListener

public class PolarPlot
extends Plot
implements ValueAxisPlot, Zoomable, RendererChangeListener, Cloneable, Serializable
Plots data that is in (theta, radius) pairs where theta equal to zero is due north and increases clockwise.
See Also:
Serialized Form