Uses of Class
org.jfree.chart.plot.PolarPlot
-
Uses of PolarPlot in org.jfree.chart
Modifier and TypeMethodDescriptionprotected void
StandardChartTheme.applyToPolarPlot
(PolarPlot plot) Applies the attributes of this theme to aPolarPlot
. -
Uses of PolarPlot in org.jfree.chart.editor
ModifierConstructorDescriptionStandard constructor - constructs a panel for editing the properties of the specified plot. -
Uses of PolarPlot in org.jfree.chart.renderer
Modifier and TypeMethodDescriptionDefaultPolarItemRenderer.getPlot()
Return the plot associated with this renderer.PolarItemRenderer.getPlot()
Returns the plot that this renderer has been assigned to.Modifier and TypeMethodDescriptionvoid
DefaultPolarItemRenderer.drawAngularGridLines
(Graphics2D g2, PolarPlot plot, List ticks, Rectangle2D dataArea) Draw the angular gridlines - the spokes.void
PolarItemRenderer.drawAngularGridLines
(Graphics2D g2, PolarPlot plot, List ticks, Rectangle2D dataArea) Draw the angular gridlines - the spokes.void
DefaultPolarItemRenderer.drawRadialGridLines
(Graphics2D g2, PolarPlot plot, ValueAxis radialAxis, List ticks, Rectangle2D dataArea) Draw the radial gridlines - the rings.void
PolarItemRenderer.drawRadialGridLines
(Graphics2D g2, PolarPlot plot, ValueAxis radialAxis, List ticks, Rectangle2D dataArea) Draw the radial gridlines - the rings.void
DefaultPolarItemRenderer.drawSeries
(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, PolarPlot plot, XYDataset dataset, int seriesIndex) Plots the data for a given series.void
PolarItemRenderer.drawSeries
(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, PolarPlot plot, XYDataset dataset, int seriesIndex) Plots the data for a given series.void
Set the plot associated with this renderer.void
Sets the plot that this renderer is assigned to.