Uses of Class
com.mxgraph.layout.hierarchical.model.mxGraphHierarchyEdge
Packages that use mxGraphHierarchyEdge
-
Uses of mxGraphHierarchyEdge in com.mxgraph.layout.hierarchical.model
Fields in com.mxgraph.layout.hierarchical.model with type parameters of type mxGraphHierarchyEdgeModifier and TypeFieldDescriptionmxGraphHierarchyNode.connectsAsSource
Collection of hierarchy edges that have this node as a sourcemxGraphHierarchyNode.connectsAsTarget
Collection of hierarchy edges that have this node as a targetprotected Map
<Object, mxGraphHierarchyEdge> mxGraphHierarchyModel.edgeMapper
Map from graph edges to internal model edgesstatic 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 mxGraphHierarchyEdgeMethods in com.mxgraph.layout.hierarchical.model with parameters of type mxGraphHierarchyEdgeModifier and TypeMethodDescriptionvoid
mxGraphHierarchyModel.dfs
(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, 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, 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 mxGraphHierarchyEdgeModifier and TypeMethodDescriptionvoid
mxGraphHierarchyModel.setEdgeMapper
(Map<Object, mxGraphHierarchyEdge> edgeMapper) -
Uses of mxGraphHierarchyEdge in com.mxgraph.layout.hierarchical.stage
Fields in com.mxgraph.layout.hierarchical.stage with type parameters of type mxGraphHierarchyEdgeModifier and TypeFieldDescriptionprotected 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 mxGraphHierarchyEdgeModifier and TypeMethodDescriptionprotected void
mxCoordinateAssignment.processReversedEdge
(mxGraphHierarchyEdge edge, Object realEdge) Hook to add additional processing