Uses of Class
org.jfree.chart.event.MarkerChangeEvent
Package
Description
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
Plot classes and related interfaces.
-
Uses of MarkerChangeEvent in org.jfree.chart.event
Modifier and TypeMethodDescriptionvoid
MarkerChangeListener.markerChanged
(MarkerChangeEvent event) Receives notification of a marker change event. -
Uses of MarkerChangeEvent in org.jfree.chart.plot
Modifier and TypeMethodDescriptionvoid
Plot.markerChanged
(MarkerChangeEvent event) Receives notification of a change to a marker that is assigned to the plot.void
Marker.notifyListeners
(MarkerChangeEvent event) Notifies all registered listeners that the marker has been modified.