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 | Method and Description |
---|---|
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.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.