Uses of Class
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyEdge
-
Packages that use mxGraphHierarchyEdge Package Description com.mxgraph.layout.hierarchical.model com.mxgraph.layout.hierarchical.stage -
-
Uses of mxGraphHierarchyEdge in com.mxgraph.layout.hierarchical.model
Fields in com.mxgraph.layout.hierarchical.model with type parameters of type mxGraphHierarchyEdge Modifier and Type Field Description java.util.Collection<mxGraphHierarchyEdge>
mxGraphHierarchyNode. connectsAsSource
Collection of hierarchy edges that have this node as a sourcejava.util.Collection<mxGraphHierarchyEdge>
mxGraphHierarchyNode. connectsAsTarget
Collection of hierarchy edges that have this node as a targetprotected java.util.Map<java.lang.Object,mxGraphHierarchyEdge>
mxGraphHierarchyModel. edgeMapper
Map from graph edges to internal model edgesstatic java.util.Collection<mxGraphHierarchyEdge>
mxGraphHierarchyNode. emptyConnectionMap
Shared 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 Modifier and Type Method Description java.util.Map<java.lang.Object,mxGraphHierarchyEdge>
mxGraphHierarchyModel. getEdgeMapper()
Methods in com.mxgraph.layout.hierarchical.model with parameters of type mxGraphHierarchyEdge Modifier and Type Method Description void
mxGraphHierarchyModel. dfs(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, java.util.Set<mxGraphHierarchyNode> seen, int layer)
Performs a depth first search on the internal hierarchy modelvoid
mxGraphHierarchyModel. dfs(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, java.util.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 modelMethod parameters in com.mxgraph.layout.hierarchical.model with type arguments of type mxGraphHierarchyEdge Modifier and Type Method Description void
mxGraphHierarchyModel. setEdgeMapper(java.util.Map<java.lang.Object,mxGraphHierarchyEdge> edgeMapper)
-
Uses of mxGraphHierarchyEdge in com.mxgraph.layout.hierarchical.stage
Fields in com.mxgraph.layout.hierarchical.stage with type parameters of type mxGraphHierarchyEdge Modifier and Type Field Description protected java.util.Map<mxGraphHierarchyEdge,double[]>
mxCoordinateAssignment. jettyPositions
Map of internal edges and (x,y) pair of positions of the start and end jetty for that edge where it connects to the source and target vertices.Methods in com.mxgraph.layout.hierarchical.stage with parameters of type mxGraphHierarchyEdge Modifier and Type Method Description protected void
mxCoordinateAssignment. processReversedEdge(mxGraphHierarchyEdge edge, java.lang.Object realEdge)
Hook to add additional processing
-