Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.editor |
Provides a simple (but so far incomplete) framework for editing chart
properties.
|
org.jfree.chart.renderer |
Core support for the plug-in renderers used by the
CategoryPlot and XYPlot classes. |
Modifier and Type | Method and Description |
---|---|
protected void |
StandardChartTheme.applyToPolarPlot(PolarPlot plot)
Applies the attributes of this theme to a
PolarPlot . |
Constructor and Description |
---|
DefaultPolarPlotEditor(PolarPlot plot)
Standard constructor - constructs a panel for editing the properties of
the specified plot.
|
Modifier and Type | Method and Description |
---|---|
PolarPlot |
PolarItemRenderer.getPlot()
Returns the plot that this renderer has been assigned to.
|
PolarPlot |
DefaultPolarItemRenderer.getPlot()
Return the plot associated with this renderer.
|
Modifier and Type | Method and Description |
---|---|
void |
PolarItemRenderer.drawAngularGridLines(java.awt.Graphics2D g2,
PolarPlot plot,
java.util.List ticks,
java.awt.geom.Rectangle2D dataArea)
Draw the angular gridlines - the spokes.
|
void |
DefaultPolarItemRenderer.drawAngularGridLines(java.awt.Graphics2D g2,
PolarPlot plot,
java.util.List ticks,
java.awt.geom.Rectangle2D dataArea)
Draw the angular gridlines - the spokes.
|
void |
PolarItemRenderer.drawRadialGridLines(java.awt.Graphics2D g2,
PolarPlot plot,
ValueAxis radialAxis,
java.util.List ticks,
java.awt.geom.Rectangle2D dataArea)
Draw the radial gridlines - the rings.
|
void |
DefaultPolarItemRenderer.drawRadialGridLines(java.awt.Graphics2D g2,
PolarPlot plot,
ValueAxis radialAxis,
java.util.List ticks,
java.awt.geom.Rectangle2D dataArea)
Draw the radial gridlines - the rings.
|
void |
PolarItemRenderer.drawSeries(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
PolarPlot plot,
XYDataset dataset,
int seriesIndex)
Plots the data for a given series.
|
void |
DefaultPolarItemRenderer.drawSeries(java.awt.Graphics2D g2,
java.awt.geom.Rectangle2D dataArea,
PlotRenderingInfo info,
PolarPlot plot,
XYDataset dataset,
int seriesIndex)
Plots the data for a given series.
|
void |
PolarItemRenderer.setPlot(PolarPlot plot)
Sets the plot that this renderer is assigned to.
|
void |
DefaultPolarItemRenderer.setPlot(PolarPlot plot)
Set the plot associated with this renderer.
|