org.jfree.chart.panel.Overlay |
![]() |
Defines the interface for an overlay that can be added to a
ChartPanel
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Registers a change listener with the overlay.
| |||||||||||
Paints the crosshairs in the layer.
| |||||||||||
Deregisters a listener from the overlay.
|
Registers a change listener with the overlay.
listener | the listener. |
---|
Paints the crosshairs in the layer.
g2 | the graphics target. |
---|---|
chartPanel | the chart panel. |
Deregisters a listener from the overlay.
listener | the listener. |
---|