mxGraph 1.10.4.0


Uses of Interface
com.mxgraph.layout.mxIGraphLayout

Packages that use mxIGraphLayout
com.mxgraph.layout This package contains various graph layouts. 
com.mxgraph.layout.hierarchical   
com.mxgraph.layout.orthogonal   
com.mxgraph.view This package implements the graph component, represented by the mxGraph class. 
 

Uses of mxIGraphLayout in com.mxgraph.layout
 

Classes in com.mxgraph.layout that implement mxIGraphLayout
 class mxCircleLayout
           
 class mxCompactTreeLayout
           
 class mxEdgeLabelLayout
           
 class mxFastOrganicLayout
          Fast organic layout algorithm.
 class mxGraphLayout
          Abstract bass class for layouts
 class mxOrganicLayout
          An implementation of a simulated annealing layout, based on "Drawing Graphs Nicely Using Simulated Annealing" by Davidson and Harel (1996).
 class mxParallelEdgeLayout
           
 class mxPartitionLayout
           
 class mxStackLayout
           
 

Uses of mxIGraphLayout in com.mxgraph.layout.hierarchical
 

Classes in com.mxgraph.layout.hierarchical that implement mxIGraphLayout
 class mxHierarchicalLayout
          The top level compound layout of the hierarchical layout.
 

Uses of mxIGraphLayout in com.mxgraph.layout.orthogonal
 

Classes in com.mxgraph.layout.orthogonal that implement mxIGraphLayout
 class mxOrthogonalLayout
           
 

Uses of mxIGraphLayout in com.mxgraph.view
 

Methods in com.mxgraph.view that return mxIGraphLayout
protected  mxIGraphLayout mxLayoutManager.getLayout(Object parent)
           
 

Methods in com.mxgraph.view with parameters of type mxIGraphLayout
protected  void mxLayoutManager.executeLayout(mxIGraphLayout layout, Object parent)
           
 


mxGraph 1.10.4.0


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.