Uses of Class
org.jfree.chart.event.MarkerChangeEvent
| Package | Description |
|---|---|
| org.jfree.chart.event |
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.
|
| org.jfree.chart.plot |
Plot classes and related interfaces.
|
-
Uses of MarkerChangeEvent in org.jfree.chart.event
Methods in org.jfree.chart.event with parameters of type MarkerChangeEvent Modifier and Type Method Description voidMarkerChangeListener. markerChanged(MarkerChangeEvent event)Receives notification of a marker change event. -
Uses of MarkerChangeEvent in org.jfree.chart.plot
Methods in org.jfree.chart.plot with parameters of type MarkerChangeEvent Modifier and Type Method Description voidPlot. markerChanged(MarkerChangeEvent event)Receives notification of a change to a marker that is assigned to the plot.voidMarker. notifyListeners(MarkerChangeEvent event)Notifies all registered listeners that the marker has been modified.