|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JGraphHierarchyNode | |
com.jgraph.layout.hierarchical.model | JGraphLayout hierarchical layout internal model for representing the graph in a manner that provide high performance for the layout |
Uses of JGraphHierarchyNode in com.jgraph.layout.hierarchical.model |
Fields in com.jgraph.layout.hierarchical.model declared as JGraphHierarchyNode | |
JGraphHierarchyNode |
JGraphHierarchyEdge.source
The node this edge is sourced at |
JGraphHierarchyNode |
JGraphHierarchyEdge.target
The node this edge targets |
Methods in com.jgraph.layout.hierarchical.model with parameters of type JGraphHierarchyNode | |
boolean |
JGraphHierarchyNode.isAncestor(JGraphHierarchyNode otherNode)
|
protected void |
JGraphHierarchyModel.createInternalCells(JGraphFacade facade,
Object[] vertices,
JGraphHierarchyNode[] internalVertices)
Creates all edges in the internal model |
void |
JGraphHierarchyModel.dfs(JGraphHierarchyNode parent,
JGraphHierarchyNode root,
JGraphHierarchyEdge connectingEdge,
JGraphFacade.CellVisitor visitor,
Set seen,
int layer)
Performs a depth first search on the internal hierarchy model |
void |
JGraphHierarchyModel.dfs(JGraphHierarchyNode parent,
JGraphHierarchyNode root,
JGraphHierarchyEdge connectingEdge,
JGraphFacade.CellVisitor visitor,
Set seen,
int[] ancestors,
int childHash,
int layer)
Performs a depth first search on the internal hierarchy model. |
|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |