| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.panel |
Classes related to the
ChartPanel class. |
| Modifier and Type | Class and Description |
|---|---|
class |
PolarChartPanel
PolarChartPanel is the top level object for using the
PolarPlot. |
| Modifier and Type | Method and Description |
|---|---|
ChartPanel |
ChartFrame.getChartPanel()
Returns the chart panel for the frame.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Overlay.paintOverlay(java.awt.Graphics2D g2,
ChartPanel chartPanel)
Paints the crosshairs in the layer.
|
void |
CrosshairOverlay.paintOverlay(java.awt.Graphics2D g2,
ChartPanel chartPanel)
Paints the crosshairs in the layer.
|