| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.panel |
Classes related to the
ChartPanel class. |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartPanel.addOverlay(Overlay overlay)
Add an overlay to the panel.
|
void |
ChartPanel.removeOverlay(Overlay overlay)
Removes an overlay from the panel.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CrosshairOverlay
An overlay for a
ChartPanel that draws crosshairs on a plot. |