Package mgui.interfaces.tools.graphs
Class ToolGraphAdapter
java.lang.Object
mgui.interfaces.tools.ToolInputAdapter
mgui.interfaces.tools.graphs.ToolGraphAdapter
public class ToolGraphAdapter extends ToolInputAdapter
-
Field Summary
Fields Modifier and Type Field Description protected mgui.interfaces.tools.graphs.ToolGraphAdapter.MyAdapter
mouseAdapter
Fields inherited from class mgui.interfaces.tools.ToolInputAdapter
listeners
-
Constructor Summary
Constructors Constructor Description ToolGraphAdapter()
-
Method Summary
Modifier and Type Method Description ToolMouseAdapter
getMouseAdapter()
Methods inherited from class mgui.interfaces.tools.ToolInputAdapter
addListener, fireToolEvent, removeListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
mouseAdapter
protected mgui.interfaces.tools.graphs.ToolGraphAdapter.MyAdapter mouseAdapter
-
-
Constructor Details
-
ToolGraphAdapter
public ToolGraphAdapter()
-
-
Method Details
-
getMouseAdapter
- Specified by:
getMouseAdapter
in classToolInputAdapter
-