Package | Description |
---|---|
org.processmining.mxgraph.examples.swing.editor | |
org.processmining.mxgraph.layout |
This package contains various graph layouts.
|
org.processmining.mxgraph.layout.hierarchical | |
org.processmining.mxgraph.layout.orthogonal | |
org.processmining.mxgraph.view |
This package implements the graph component, represented by the mxGraph
class.
|
Modifier and Type | Method and Description |
---|---|
protected mxIGraphLayout |
BasicGraphEditor.createLayout(java.lang.String ident,
boolean animate)
Creates a layout instance for the given identifier.
|
protected mxIGraphLayout |
BasicGraphPanel.createLayout(java.lang.String ident,
boolean animate)
Creates a layout instance for the given identifier.
|
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) |