|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolarPlot | |
---|---|
org.jfree.chart | Core classes, including JFreeChart and
ChartPanel . |
org.jfree.chart.renderer | Core support for the plug-in renderers used by the CategoryPlot and XYPlot classes. |
Uses of PolarPlot in org.jfree.chart |
---|
Methods in org.jfree.chart with parameters of type PolarPlot | |
---|---|
protected void |
StandardChartTheme.applyToPolarPlot(PolarPlot plot)
Applies the attributes of this theme to a PolarPlot . |
Uses of PolarPlot in org.jfree.chart.renderer |
---|
Methods in org.jfree.chart.renderer that return PolarPlot | |
---|---|
PolarPlot |
DefaultPolarItemRenderer.getPlot()
Return the plot associated with this renderer. |
PolarPlot |
PolarItemRenderer.getPlot()
Returns the plot that this renderer has been assigned to. |
Methods in org.jfree.chart.renderer with parameters of type PolarPlot | |
---|---|
void |
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 |
DefaultPolarItemRenderer.setPlot(PolarPlot plot)
Set the plot associated with this renderer. |
void |
PolarItemRenderer.setPlot(PolarPlot plot)
Sets the plot that this renderer is assigned to. |
|
JFreeChart 1.0.14-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |