Uses of Interface
com.mxgraph.layout.mxIGraphLayout
-
Packages that use mxIGraphLayout Package Description 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 Modifier and Type Class Description class
mxCircleLayout
class
mxCompactTreeLayout
class
mxEdgeLabelLayout
class
mxFastOrganicLayout
Fast organic layout algorithm.class
mxGraphLayout
Abstract bass class for layoutsclass
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 Modifier and Type Class Description 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 Modifier and Type Class Description class
mxOrthogonalLayout
-
Uses of mxIGraphLayout in com.mxgraph.view
Methods in com.mxgraph.view that return mxIGraphLayout Modifier and Type Method Description protected mxIGraphLayout
mxLayoutManager. getLayout(java.lang.Object parent)
Methods in com.mxgraph.view with parameters of type mxIGraphLayout Modifier and Type Method Description protected void
mxLayoutManager. executeLayout(mxIGraphLayout layout, java.lang.Object parent)
-