| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use mxGraphHierarchyEdge | |
|---|---|
| com.mxgraph.layout.hierarchical.model | |
| Uses of mxGraphHierarchyEdge in com.mxgraph.layout.hierarchical.model | 
|---|
| Fields in com.mxgraph.layout.hierarchical.model with type parameters of type mxGraphHierarchyEdge | |
|---|---|
|  Collection<mxGraphHierarchyEdge> | mxGraphHierarchyNode.connectsAsSourceCollection of hierarchy edges that have this node as a source | 
|  Collection<mxGraphHierarchyEdge> | mxGraphHierarchyNode.connectsAsTargetCollection of hierarchy edges that have this node as a target | 
| protected  Map<Object,mxGraphHierarchyEdge> | mxGraphHierarchyModel.edgeMapperMap from graph edges to internal model edges | 
| static Collection<mxGraphHierarchyEdge> | mxGraphHierarchyNode.emptyConnectionMapShared empty connection map to return instead of null in applyMap. | 
| Methods in com.mxgraph.layout.hierarchical.model that return types with arguments of type mxGraphHierarchyEdge | |
|---|---|
|  Map<Object,mxGraphHierarchyEdge> | mxGraphHierarchyModel.getEdgeMapper() | 
| Methods in com.mxgraph.layout.hierarchical.model with parameters of type mxGraphHierarchyEdge | |
|---|---|
|  void | 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 model | 
|  void | 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.CellVisitor.visit(mxGraphHierarchyNode parent,
      mxGraphHierarchyNode cell,
      mxGraphHierarchyEdge connectingEdge,
      int layer,
      int seen)The method within which the visitor will perform operations upon the graph model | 
| Method parameters in com.mxgraph.layout.hierarchical.model with type arguments of type mxGraphHierarchyEdge | |
|---|---|
|  void | mxGraphHierarchyModel.setEdgeMapper(Map<Object,mxGraphHierarchyEdge> edgeMapper) | 
| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||