Uses of Class
org.jfree.chart.plot.PolarPlot
-
Packages that use PolarPlot Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.chart.renderer Core support for the plug-in renderers used by theCategoryPlotandXYPlotclasses.org.jfree.chart.swing.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of PolarPlot in org.jfree.chart
Methods in org.jfree.chart with parameters of type PolarPlot Modifier and Type Method Description protected voidStandardChartTheme. applyToPolarPlot(PolarPlot plot)Applies the attributes of this theme to aPolarPlot. -
Uses of PolarPlot in org.jfree.chart.renderer
Methods in org.jfree.chart.renderer that return PolarPlot Modifier and Type Method Description PolarPlotDefaultPolarItemRenderer. getPlot()Return the plot associated with this renderer.PolarPlotPolarItemRenderer. getPlot()Returns the plot that this renderer has been assigned to.Methods in org.jfree.chart.renderer with parameters of type PolarPlot Modifier and Type Method Description voidDefaultPolarItemRenderer. drawAngularGridLines(Graphics2D g2, PolarPlot plot, List ticks, Rectangle2D dataArea)Draw the angular gridlines - the spokes.voidPolarItemRenderer. drawAngularGridLines(Graphics2D g2, PolarPlot plot, List<ValueTick> ticks, Rectangle2D dataArea)Draw the angular gridlines - the spokes.voidDefaultPolarItemRenderer. drawRadialGridLines(Graphics2D g2, PolarPlot plot, ValueAxis radialAxis, List ticks, Rectangle2D dataArea)Draw the radial gridlines - the rings.voidPolarItemRenderer. drawRadialGridLines(Graphics2D g2, PolarPlot plot, ValueAxis radialAxis, List<ValueTick> ticks, Rectangle2D dataArea)Draw the radial gridlines - the rings.voidDefaultPolarItemRenderer. drawSeries(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, PolarPlot plot, XYDataset dataset, int seriesIndex)Plots the data for a given series.voidPolarItemRenderer. drawSeries(Graphics2D g2, Rectangle2D dataArea, PlotRenderingInfo info, PolarPlot plot, XYDataset dataset, int seriesIndex)Plots the data for a given series.voidDefaultPolarItemRenderer. setPlot(PolarPlot plot)Set the plot associated with this renderer.voidPolarItemRenderer. setPlot(PolarPlot plot)Sets the plot that this renderer is assigned to. -
Uses of PolarPlot in org.jfree.chart.swing.editor
Constructors in org.jfree.chart.swing.editor with parameters of type PolarPlot Constructor Description DefaultPolarPlotEditor(PolarPlot plot)Standard constructor - constructs a panel for editing the properties of the specified plot.
-