Package | Description |
---|---|
com.mxgraph.layout.hierarchical.model | |
com.mxgraph.layout.hierarchical.stage |
Modifier and Type | Method and Description |
---|---|
protected void |
mxGraphHierarchyModel.createInternalCells(mxHierarchicalLayout layout,
java.lang.Object[] vertices,
mxGraphHierarchyNode[] internalVertices)
Creates all edges in the internal model
|
Constructor and 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 and Description |
---|---|
protected mxHierarchicalLayout |
mxMedianHybridCrossingReduction.layout
Reference to the enclosing layout algorithm
|
protected mxHierarchicalLayout |
mxMinimumCycleRemover.layout
Reference to the enclosing layout algorithm
|
protected mxHierarchicalLayout |
mxCoordinateAssignment.layout
Reference to the enclosing layout algorithm
|
Constructor and 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.