Uses of Class
com.jgraph.layout.hierarchical.model.JGraphHierarchyEdge
Packages that use JGraphHierarchyEdge
Package
Description
JGraphLayout hierarchical layout internal model for representing the graph in
a manner that provide high performance for the layout
-
Uses of JGraphHierarchyEdge in com.jgraph.layout.hierarchical.model
Methods in com.jgraph.layout.hierarchical.model with parameters of type JGraphHierarchyEdgeModifier and TypeMethodDescriptionvoidJGraphHierarchyModel.dfs(JGraphHierarchyNode parent, JGraphHierarchyNode root, JGraphHierarchyEdge connectingEdge, JGraphFacade.CellVisitor visitor, Set seen, int layer) Performs a depth first search on the internal hierarchy modelvoidJGraphHierarchyModel.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.