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.connectsAsSourceCollection of hierarchy edges that have this node as a sourcemxGraphHierarchyNode.connectsAsTargetCollection of hierarchy edges that have this node as a targetprotected Map<Object,mxGraphHierarchyEdge> mxGraphHierarchyModel.edgeMapperMap from graph edges to internal model edgesstatic Collection<mxGraphHierarchyEdge>mxGraphHierarchyNode.emptyConnectionMapShared 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 TypeMethodDescriptionvoidmxGraphHierarchyModel.dfs(mxGraphHierarchyNode parent, mxGraphHierarchyNode root, mxGraphHierarchyEdge connectingEdge, mxGraphHierarchyModel.CellVisitor visitor, Set<mxGraphHierarchyNode> seen, int layer) Performs a depth first search on the internal hierarchy modelvoidmxGraphHierarchyModel.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.voidmxGraphHierarchyModel.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 TypeMethodDescriptionvoidmxGraphHierarchyModel.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.jettyPositionsMap 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 voidmxCoordinateAssignment.processReversedEdge(mxGraphHierarchyEdge edge, Object realEdge) Hook to add additional processing