public interface MouseManager extends MouseInputListener
| Modifier and Type | Method and Description |
|---|---|
void |
init(GraphicGraph graph,
View view)
Make the manager active on the given graph and view.
|
void |
release()
Release the links between this manager and the view and the graph.
|
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedmouseDragged, mouseMovedvoid init(GraphicGraph graph, View view)
graph - The graph to control.view - The view to control.void release()
Copyright © 2015. All rights reserved.