java.lang.Object | |||
↳ | java.util.EventObject | ||
↳ | org.jfree.chart.event.ChartChangeEvent | ||
↳ | org.jfree.chart.event.MarkerChangeEvent |
An event that can be forwarded to any MarkerChangeListener
to
signal a change to a Marker
.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
MarkerChangeEvent instance. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the marker that triggered the event.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Creates a new MarkerChangeEvent
instance.
marker | the marker that triggered the event (null
not permitted). |
---|
Returns the marker that triggered the event.
null
).