Package | Description |
---|---|
com.mxgraph.layout.hierarchical.model | |
com.mxgraph.layout.hierarchical.stage |
Modifier and Type | Method | Description |
---|---|---|
protected void |
mxGraphHierarchyModel.createInternalCells(mxHierarchicalLayout layout,
java.lang.Object[] vertices,
mxGraphHierarchyNode[] internalVertices) |
Creates all edges in the internal model
|
Constructor | Description |
---|---|
mxGraphHierarchyModel(mxHierarchicalLayout layout,
java.lang.Object[] vertices,
java.util.List<java.lang.Object> roots,
java.lang.Object parent) |
Creates an internal ordered graph model using the vertices passed in.
|
Modifier and Type | Field | Description |
---|---|---|
protected mxHierarchicalLayout |
mxCoordinateAssignment.layout |
Reference to the enclosing layout algorithm
|
protected mxHierarchicalLayout |
mxMedianHybridCrossingReduction.layout |
Reference to the enclosing layout algorithm
|
protected mxHierarchicalLayout |
mxMinimumCycleRemover.layout |
Reference to the enclosing layout algorithm
|
Constructor | Description |
---|---|
mxCoordinateAssignment(mxHierarchicalLayout layout,
double intraCellSpacing,
double interRankCellSpacing,
int orientation,
double initialX,
double parallelEdgeSpacing) |
Creates a coordinate assignment.
|
mxMedianHybridCrossingReduction(mxHierarchicalLayout layout) |
Constructor that has the roots specified
|
mxMinimumCycleRemover(mxHierarchicalLayout layout) |
Constructor that has the roots specified
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.