JGraph X 1.0.2.8


Uses of Class
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyNode

Packages that use mxGraphHierarchyNode
com.mxgraph.layout.hierarchical.model   
 

Uses of mxGraphHierarchyNode in com.mxgraph.layout.hierarchical.model
 

Fields in com.mxgraph.layout.hierarchical.model declared as mxGraphHierarchyNode
 mxGraphHierarchyNode mxGraphHierarchyEdge.source
          The node this edge is sourced at
 mxGraphHierarchyNode mxGraphHierarchyEdge.target
          The node this edge targets
 

Methods in com.mxgraph.layout.hierarchical.model with parameters of type mxGraphHierarchyNode
protected  void mxGraphHierarchyModel.createInternalCells(mxHierarchicalLayout layout, Object[] vertices, mxGraphHierarchyNode[] internalVertices)
          Creates all edges in the internal model
 void mxGraphHierarchyModel.dfs(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, Set seen, int layer)
          Performs a depth first search on the internal hierarchy model
 void mxGraphHierarchyModel.dfs(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, Set seen, int[] ancestors, int childHash, int layer)
          Performs a depth first search on the internal hierarchy model.
 boolean mxGraphHierarchyNode.isAncestor(mxGraphHierarchyNode otherNode)
           
 


JGraph X 1.0.2.8


Copyright (c) 2008 Gaudenz Alder. All rights reserved.