public interface ChartMouseListenerFX
A mouse listener that can receive event notifications from a (JavaFX)
ChartViewer instance. This interface is equivalent to the
ChartMouseListener interface used for charts in Swing.-
Method Summary
Modifier and Type Method Description voidchartMouseClicked(ChartMouseEventFX event)Receives notification of a mouse click on a chart.voidchartMouseMoved(ChartMouseEventFX event)Receives notification of a mouse move event on a chart.
-
Method Details
-
chartMouseClicked
Receives notification of a mouse click on a chart.- Parameters:
event- event information (nevernull).
-
chartMouseMoved
Receives notification of a mouse move event on a chart.- Parameters:
event- event information (nevernull).
-