public class MarkerChangeEvent extends java.util.EventObject
Marker. These change
events will be generated by an marker and broadcast to the axis that owns the
marker (in the standard setup, the axis will then trigger its own change e
vent to notify the plot that a subcomponent of the axis has changed).
| Constructor and Description |
|---|
MarkerChangeEvent(Marker marker)
Creates a new event.
|
MarkerChangeEvent(java.lang.Object source,
Marker marker)
Creates a new event.
|
| Modifier and Type | Method and Description |
|---|---|
Marker |
getMarker()
Returns the marker associated with this event.
|
public MarkerChangeEvent(Marker marker)
marker - the marker (null not permitted).public MarkerChangeEvent(java.lang.Object source, Marker marker)
source - the event source.marker - the marker (null not permitted).