public class TooltipHandlerFX extends AbstractMouseHandlerFX implements MouseHandlerFX
ChartCanvas.| Constructor and Description |
|---|
TooltipHandlerFX(String id)
Creates a new instance with the specified ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleMouseMoved(ChartCanvas canvas,
javafx.scene.input.MouseEvent e)
Handles a mouse moved event by updating the tooltip.
|
getID, handleMouseClicked, handleMouseDragged, handleMousePressed, handleMouseReleased, handleScroll, hasMatchingModifiers, isEnabled, setEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetID, handleMouseClicked, handleMouseDragged, handleMousePressed, handleMouseReleased, handleScroll, hasMatchingModifiers, isEnabledpublic TooltipHandlerFX(String id)
id - the handler id (null not permitted).public void handleMouseMoved(ChartCanvas canvas, javafx.scene.input.MouseEvent e)
handleMouseMoved in interface MouseHandlerFXhandleMouseMoved in class AbstractMouseHandlerFXcanvas - the chart canvas (null not permitted).e - the mouse event.Copyright © 2017 JFree.org. All rights reserved.