public interface MouseManager
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<InteractiveElement> |
getManagedTypes()
Returns the set of InteractiveElements managed by the MouseManager
|
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.
|
void init(GraphicGraph graph, View view)
graph
- The graph to control.view
- The view to control.void release()
java.util.EnumSet<InteractiveElement> getManagedTypes()