JGraphAddons
v1.0


Uses of Class
org.jgraph.layout.JGraphLayoutAlgorithm

Packages that use JGraphLayoutAlgorithm
org.jgraph.layout   
org.jgraph.util   
 

Uses of JGraphLayoutAlgorithm in org.jgraph.layout
 

Subclasses of JGraphLayoutAlgorithm in org.jgraph.layout
 class AnnealingLayoutAlgorithm
          Simulated Annealing Layout Algorithm
 class CircleGraphLayout
           
 class GEMLayoutAlgorithm
          GEM Layout Algorithm
 class MoenLayoutAlgorithm
           
 class RadialTreeLayoutAlgorithm
          Lays out the nodes in a graph as a radial tree (root at the centre, children in concentric ovals).
 class SpringEmbeddedLayoutAlgorithm
          Arranges the nodes with the Spring Embedded Layout Algorithm.
 class SugiyamaLayoutAlgorithm
          Arranges the nodes with the Sugiyama Layout Algorithm.
Link to the algorithm

 class TreeLayoutAlgorithm
          TODO:COMMENT ME!
 

Methods in org.jgraph.layout with parameters of type JGraphLayoutAlgorithm
 void JGraphLayoutRegistry.add(JGraphLayoutAlgorithm layout)
          Register a new Layout
static void JGraphLayoutAlgorithm.applyLayout(JGraph sourceGraph, Object[] cells, JGraphLayoutAlgorithm layout)
           
 

Uses of JGraphLayoutAlgorithm in org.jgraph.util
 

Methods in org.jgraph.util with parameters of type JGraphLayoutAlgorithm
static void JGraphUtilities.applyLayout(JGraph sourceGraph, JGraphLayoutAlgorithm layout)
           
 


JGraphAddons
v1.0


Copyright (C) 2003-2004 Gaudenz Alder. All rights reserved.