public class MarkerChangeEvent extends ChartChangeEvent
MarkerChangeListener to
signal a change to a Marker.| Modifier and Type | Field and Description |
|---|---|
private Marker |
marker
The plot that generated the event.
|
| Constructor and Description |
|---|
MarkerChangeEvent(Marker marker)
Creates a new
MarkerChangeEvent instance. |
| Modifier and Type | Method and Description |
|---|---|
Marker |
getMarker()
Returns the marker that triggered the event.
|
getChart, getType, setChart, setTypeprivate Marker marker
public MarkerChangeEvent(Marker marker)
MarkerChangeEvent instance.marker - the marker that triggered the event (null
not permitted).public Marker getMarker()
null).