java.lang.Object | |
↳ | org.jfree.chart.panel.AbstractOverlay |
![]() |
A base class for implementing overlays for a ChartPanel
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Registers an object for notification of changes to the overlay.
| |||||||||||
Sends a default
ChartChangeEvent to all registered listeners. | |||||||||||
Deregisters an object for notification of changes to the overlay.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sends a
ChartChangeEvent to all registered listeners. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Default constructor.
Registers an object for notification of changes to the overlay.
listener | the listener (null not permitted). |
---|
Sends a default ChartChangeEvent
to all registered listeners.
This method is for convenience only.
Deregisters an object for notification of changes to the overlay.
listener | the listener (null not permitted) |
---|
Sends a ChartChangeEvent
to all registered listeners.
event | information about the event that triggered the notification. |
---|