Interface I3DTrendCursorListener
- All Superinterfaces:
EventListener
Interface to listen on cursor motion of the NumberSpectrumTrend3DViewer
-
Method Summary
Modifier and TypeMethodDescriptionvoidcursorMove(NumberSpectrumTrend3DViewer source, int x, int y) Called when the cursor move.
-
Method Details
-
cursorMove
Called when the cursor move.- Parameters:
source- Source objectx- X coordinates (-1 if cursor not present)y- Y coordinates (-1 if cursor not present)
-