Uses of Class
mgui.interfaces.tools.graphs.ToolGraph
| Package | Description |
|---|---|
| mgui.interfaces |
This package contains all main/abstract interface objects (object which provides user interations)
for ModelGUI.
|
| mgui.interfaces.graphs |
Provides an interface for user interaction with graph objects.
|
| mgui.interfaces.tools.graphs |
-
Uses of ToolGraph in mgui.interfaces
Methods in mgui.interfaces that return ToolGraph Modifier and Type Method Description ToolGraphInterfaceDisplayPanel. getCurrentToolGraph() -
Uses of ToolGraph in mgui.interfaces.graphs
Fields in mgui.interfaces.graphs declared as ToolGraph Modifier and Type Field Description protected ToolGraphInterfaceGraphDisplay. currentToolprotected ToolGraphInterfaceGraphDisplay. defaultToolMethods in mgui.interfaces.graphs that return ToolGraph Modifier and Type Method Description ToolGraphInterfaceGraphDisplay. getCurrentTool()Methods in mgui.interfaces.graphs with parameters of type ToolGraph Modifier and Type Method Description booleanInterfaceGraphDisplay. setCurrentTool(ToolGraph tool)booleanInterfaceGraphDisplay. setDefaultTool(ToolGraph tool) -
Uses of ToolGraph in mgui.interfaces.tools.graphs
Subclasses of ToolGraph in mgui.interfaces.tools.graphs Modifier and Type Class Description classToolGraphImageTool which inserts or appends an image to a graph window.classToolGraphTransformActs as a bridge between the mgui Tool interface and Jung's view control mouse plugins.