public interface ChartMouseListenerFX
ChartViewer instance. This interface is equivalent to the
ChartMouseListener interface used for charts in Swing.| Modifier and Type | Method and Description |
|---|---|
void |
chartMouseClicked(ChartMouseEventFX event)
Receives notification of a mouse click on a chart.
|
void |
chartMouseMoved(ChartMouseEventFX event)
Receives notification of a mouse move event on a chart.
|
void chartMouseClicked(ChartMouseEventFX event)
event - event information (never null).void chartMouseMoved(ChartMouseEventFX event)
event - event information (never null).Copyright © 2017 JFree.org. All rights reserved.