Uses of Class
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyNode
Packages that use mxGraphHierarchyNode
-
Uses of mxGraphHierarchyNode in com.mxgraph.layout.hierarchical.model
Fields in com.mxgraph.layout.hierarchical.model declared as mxGraphHierarchyNodeModifier and TypeFieldDescriptionmxGraphHierarchyEdge.source
The node this edge is sourced atmxGraphHierarchyEdge.target
The node this edge targetsFields in com.mxgraph.layout.hierarchical.model with type parameters of type mxGraphHierarchyNodeModifier and TypeFieldDescriptionprotected Map
<Object, mxGraphHierarchyNode> mxGraphHierarchyModel.vertexMapper
Map from graph vertices to internal model nodesMethods in com.mxgraph.layout.hierarchical.model that return types with arguments of type mxGraphHierarchyNodeMethods in com.mxgraph.layout.hierarchical.model with parameters of type mxGraphHierarchyNodeModifier and TypeMethodDescriptionprotected void
mxGraphHierarchyModel.createInternalCells
(mxHierarchicalLayout layout, Object[] vertices, mxGraphHierarchyNode[] internalVertices) Creates all edges in the internal modelvoid
mxGraphHierarchyModel.dfs
(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, Set<mxGraphHierarchyNode> seen, int layer) Performs a depth first search on the internal hierarchy modelvoid
mxGraphHierarchyModel.dfs
(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, Set<mxGraphHierarchyNode> seen, int[] ancestors, int childHash, int layer) Performs a depth first search on the internal hierarchy model.boolean
mxGraphHierarchyNode.isAncestor
(mxGraphHierarchyNode otherNode) void
mxGraphHierarchyModel.CellVisitor.visit
(mxGraphHierarchyNode parent, mxGraphHierarchyNode cell, mxGraphHierarchyEdge connectingEdge, int layer, int seen) The method within which the visitor will perform operations upon the graph modelvoid
mxGraphHierarchyModel.visit
(mxGraphHierarchyModel.CellVisitor visitor, mxGraphHierarchyNode[] dfsRoots, boolean trackAncestors, Set<mxGraphHierarchyNode> seenNodes) A depth first search through the internal hierarchy modelMethod parameters in com.mxgraph.layout.hierarchical.model with type arguments of type mxGraphHierarchyNodeModifier and TypeMethodDescriptionvoid
mxGraphHierarchyModel.dfs
(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, Set<mxGraphHierarchyNode> seen, int layer) Performs a depth first search on the internal hierarchy modelvoid
mxGraphHierarchyModel.dfs
(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, Set<mxGraphHierarchyNode> seen, int[] ancestors, int childHash, int layer) Performs a depth first search on the internal hierarchy model.void
mxGraphHierarchyModel.setVertexMapper
(Map<Object, mxGraphHierarchyNode> vertexMapping) void
mxGraphHierarchyModel.visit
(mxGraphHierarchyModel.CellVisitor visitor, mxGraphHierarchyNode[] dfsRoots, boolean trackAncestors, Set<mxGraphHierarchyNode> seenNodes) A depth first search through the internal hierarchy model