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 ToolGraph
InterfaceDisplayPanel. getCurrentToolGraph()
-
Uses of ToolGraph in mgui.interfaces.graphs
Fields in mgui.interfaces.graphs declared as ToolGraph Modifier and Type Field Description protected ToolGraph
InterfaceGraphDisplay. currentTool
protected ToolGraph
InterfaceGraphDisplay. defaultTool
Methods in mgui.interfaces.graphs that return ToolGraph Modifier and Type Method Description ToolGraph
InterfaceGraphDisplay. getCurrentTool()
Methods in mgui.interfaces.graphs with parameters of type ToolGraph Modifier and Type Method Description boolean
InterfaceGraphDisplay. setCurrentTool(ToolGraph tool)
boolean
InterfaceGraphDisplay. setDefaultTool(ToolGraph tool)
-
Uses of ToolGraph in mgui.interfaces.tools.graphs
Subclasses of ToolGraph in mgui.interfaces.tools.graphs Modifier and Type Class Description class
ToolGraphImage
Tool which inserts or appends an image to a graph window.class
ToolGraphTransform
Acts as a bridge between the mgui Tool interface and Jung's view control mouse plugins.