JGraph v5.13.0.4 API Specification

Packages
Package
Description
JGraphLayout algebra package which contains graph algorithms and datastructures.
JGraphLayout cost package defines a cost function and default implementations.
 
 
JGraphLayout's topmost package which contains the basic layout classes and interfaces.
JGraphLayout graph package which contains graph layout algorithms.
JGraphLayout hierarchical package which contains directed hierarchy layout algorithms.
JGraphLayout hierarchical layout internal model for representing the graph in a manner that provide high performance for the layout
 
JGraphLayout routing package which contains edge routing algorithms.
 
JGraphLayout graph package which contains tree layout algorithms.
 
 
JGraph's topmost package which contains the JGraph class.
Contains event classes and listener interfaces that are used to react to events fired by JGraph.
Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package.
Contains the GraphUI class which extends the Swing ComponentUI class.
Contains the BasicGraphUI, which is GraphUI's default implementation.