Uses of Class
com.mxgraph.layout.hierarchical.mxHierarchicalLayout
-
Packages that use mxHierarchicalLayout Package Description com.mxgraph.layout.hierarchical.model com.mxgraph.layout.hierarchical.stage -
-
Uses of mxHierarchicalLayout in com.mxgraph.layout.hierarchical.model
Methods in com.mxgraph.layout.hierarchical.model with parameters of type mxHierarchicalLayout Modifier and Type Method Description protected void
mxGraphHierarchyModel. createInternalCells(mxHierarchicalLayout layout, java.lang.Object[] vertices, mxGraphHierarchyNode[] internalVertices)
Creates all edges in the internal modelConstructors in com.mxgraph.layout.hierarchical.model with parameters of type mxHierarchicalLayout 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. -
Uses of mxHierarchicalLayout in com.mxgraph.layout.hierarchical.stage
Fields in com.mxgraph.layout.hierarchical.stage declared as mxHierarchicalLayout Modifier and Type Field Description protected mxHierarchicalLayout
mxCoordinateAssignment. layout
Reference to the enclosing layout algorithmprotected mxHierarchicalLayout
mxMedianHybridCrossingReduction. layout
Reference to the enclosing layout algorithmprotected mxHierarchicalLayout
mxMinimumCycleRemover. layout
Reference to the enclosing layout algorithmConstructors in com.mxgraph.layout.hierarchical.stage with parameters of type mxHierarchicalLayout 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 specifiedmxMinimumCycleRemover(mxHierarchicalLayout layout)
Constructor that has the roots specified
-