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.
|
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
mxHierarchicalLayout
The top level compound layout of the hierarchical layout.
|
Modifier and Type | Class and Description |
---|---|
class |
mxOrthogonalLayout |
Modifier and Type | Method and Description |
---|---|
protected mxIGraphLayout |
mxLayoutManager.getLayout(java.lang.Object parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
mxLayoutManager.executeLayout(mxIGraphLayout layout,
java.lang.Object parent) |
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.