Layout algorithms
Describes the Graph Layout algorithms.
In this section
- Overview of graph layout information
-
Describes the information given for each graph layout algorithm.
-
- Determining the appropriate layout algorithm
-
Explains how to determine which graph layout is appropriate.
-
- Typical ways to choose a layout
-
Explains possible ways to choose a graph layout algorithm.
-
- Generic parameters and features
-
Describes the support for generic features and parameters provided by each layout algorithm.
-
- Layout characteristics
-
Describes the effect of settings on each layout algorithm.
-
- Topological Mesh Layout (TML)
-
Gives information on the Topological Mesh Layout (TML) algorithm (class IlvTopologicalMeshLayout from the package ilog.views.eclipse.graphlayout.runtime.topologicalmesh).
-
- Force-directed (FL)
-
Describes the Force-directed Layout algorithm (class IlvUniformLengthEdgesLayout from the package ilog.views.eclipse.graphlayout.runtime.uniformlengthedges).
-
- Tree Layout (TL)
-
Describes the Tree Layout algorithm (class IlvTreeLayout from the package ilog.views.eclipse.graphlayout.runtime.tree).
-
- Hierarchical Layout (HL)
-
Describes the Hierarchical Layout algorithm (class IlvHierarchicalLayout from the package ilog.views.eclipse.graphlayout.runtime.hierarchical).
-
- Link layout (LL)
-
Describes the Link Layout algorithm (class IlvLinkLayout from the package ilog.views.eclipse.graphlayout.runtime.link).
-
- Random layout (RL)
-
Describes the Random Layout algorithm (class IlvRandomLayout from the package ilog.views.eclipse.graphlayout.runtime.random).
-
- Bus layout (BL)
-
Describes the Bus Layout algorithm (class IlvBusLayout from the package ilog.views.eclipse.graphlayout.runtime.bus).
-
- Circular layout (CL)
-
Describes the Circular Layout algorithm (class IlvCircularLayout from the package ilog.views.eclipse.graphlayout.runtime.circular).
-
- Grid layout (GL)
-
Describes the Grid Layout algorithm (class IlvGridLayout from the package ilog.views.eclipse.graphlayout.runtime.grid).
-
Current section