Package org.jgraph.layout

Interface Summary
JGraphLayoutSettings Allows the algorithm to create an object that may be applied back to the algorithm.
 

Class Summary
AnnealingLayoutAlgorithm Simulated Annealing Layout Algorithm
AnnealingLayoutAlgorithm.MathExtensions  
AnnealingLayoutSettings  
CircleGraphLayout  
GEMLayoutAlgorithm GEM Layout Algorithm
GEMLayoutSettings  
JGraphLayoutAlgorithm  
JGraphLayoutRegistry  
MoenLayoutAlgorithm  
MoenLayoutSettings A Dialog for configuring a TreeLayoutAlgorithm.
OrderedTreeLayoutAlgorithm This class is similar to the TreeLayoutAlgorithm but it will sort the different levels of the graph using the default comparator or a custom comparator that you supply.
RadialTreeLayoutAlgorithm Lays out the nodes in a graph as a radial tree (root at the centre, children in concentric ovals).
RadialTreeLayoutSettings A Dialog for configuring a TreeLayoutAlgorithm.
SpringEmbeddedLayoutAlgorithm Arranges the nodes with the Spring Embedded Layout Algorithm.
SugiyamaLayoutAlgorithm Arranges the nodes with the Sugiyama Layout Algorithm.
Link to the algorithm

SugiyamaLayoutSettings A Dialog for configuring a SugiyamaLayoutAlgorithm.
TreeLayoutAlgorithm TODO:COMMENT ME!
TreeLayoutSettings A Dialog for configuring a TreeLayoutAlgorithm.