Package | Description |
---|---|
com.jgraph.layout.hierarchical.model |
JGraphLayout hierarchical layout internal model for representing the graph in
a manner that provide high performance for the layout
|
Modifier and Type | Field and Description |
---|---|
JGraphHierarchyNode |
JGraphHierarchyEdge.source
The node this edge is sourced at
|
JGraphHierarchyNode |
JGraphHierarchyEdge.target
The node this edge targets
|
Modifier and Type | Method and Description |
---|---|
protected void |
JGraphHierarchyModel.createInternalCells(JGraphFacade facade,
java.lang.Object[] vertices,
JGraphHierarchyNode[] internalVertices)
Creates all edges in the internal model
|
void |
JGraphHierarchyModel.dfs(JGraphHierarchyNode parent,
JGraphHierarchyNode root,
JGraphHierarchyEdge connectingEdge,
JGraphFacade.CellVisitor visitor,
java.util.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,
java.util.Set seen,
int[] ancestors,
int childHash,
int layer)
Performs a depth first search on the internal hierarchy model.
|
boolean |
JGraphHierarchyNode.isAncestor(JGraphHierarchyNode otherNode) |
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.