Package mgui.interfaces.graphs
Provides an interface for user interaction with graph objects. See
http://mgui.wikidot.com/graphs.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Interface Summary Interface Description GraphableObject InterfaceGraphListener WeightedGraphEdge Interface for a weighted graph edge -
Class Summary Class Description AbstractGraphEdge Abstract representation of a graph edge, connecting two nodes.AbstractGraphNode Abstract representation of a graph node (vertex), with a specific static 3D locations.DefaultGraph Default implementation of a Graph in ModelGUI.DefaultGraphEdge Default implementation of a Graph edge.DefaultGraphNode Default implementation of a Graph in modelGUI.InterfaceAbstractGraph Abstract representation of a Graph in modelGUI; extends Jung's SparseGraphInterfaceGraphDisplay Displays graphs and allows user interaction with them.InterfaceGraphDisplayTitle InterfaceGraphEvent -
Exception Summary Exception Description GraphException Exception for Graph objects.