This package contains the GraphExplorer base classes, including the gui and the canvas, as well as the classes for node weight calculation and space allocation on the graph.
A Graph Edge is an extended representation object for graph edges. these graph edge objects know the id of the nodes they connect, whether they are cross references or direct tree hierarchy connections and their index in the canvas.
The Main Gui of the GraphExplorer including a main menu and several settings panels, a Legend Canvas, a JTree with the graph nodes and the GraphExplorer Canvas on a PScrolPane