Uses of Class
com.mxgraph.layout.hierarchical.mxHierarchicalLayout
Packages that use mxHierarchicalLayout
-
Uses of mxHierarchicalLayout in com.mxgraph.layout.hierarchical.model
Methods in com.mxgraph.layout.hierarchical.model with parameters of type mxHierarchicalLayoutModifier and TypeMethodDescriptionprotected voidmxGraphHierarchyModel.createInternalCells(mxHierarchicalLayout layout, Object[] vertices, mxGraphHierarchyNode[] internalVertices) Creates all edges in the internal modelConstructors in com.mxgraph.layout.hierarchical.model with parameters of type mxHierarchicalLayoutModifierConstructorDescriptionmxGraphHierarchyModel(mxHierarchicalLayout layout, Object[] vertices, List<Object> roots, 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 mxHierarchicalLayoutModifier and TypeFieldDescriptionprotected mxHierarchicalLayoutmxCoordinateAssignment.layoutReference to the enclosing layout algorithmprotected mxHierarchicalLayoutmxMedianHybridCrossingReduction.layoutReference to the enclosing layout algorithmprotected mxHierarchicalLayoutmxMinimumCycleRemover.layoutReference to the enclosing layout algorithmConstructors in com.mxgraph.layout.hierarchical.stage with parameters of type mxHierarchicalLayoutModifierConstructorDescriptionmxCoordinateAssignment(mxHierarchicalLayout layout, double intraCellSpacing, double interRankCellSpacing, int orientation, double initialX, double parallelEdgeSpacing) Creates a coordinate assignment.Constructor that has the roots specifiedConstructor that has the roots specified