Package | Description |
---|---|
com.mxgraph.layout.hierarchical.model | |
com.mxgraph.layout.hierarchical.stage |
Modifier and Type | Field and Description |
---|---|
java.util.Collection<mxGraphHierarchyEdge> |
mxGraphHierarchyNode.connectsAsSource
Collection of hierarchy edges that have this node as a source
|
java.util.Collection<mxGraphHierarchyEdge> |
mxGraphHierarchyNode.connectsAsTarget
Collection of hierarchy edges that have this node as a target
|
protected java.util.Map<java.lang.Object,mxGraphHierarchyEdge> |
mxGraphHierarchyModel.edgeMapper
Map from graph edges to internal model edges
|
static java.util.Collection<mxGraphHierarchyEdge> |
mxGraphHierarchyNode.emptyConnectionMap
Shared empty connection map to return instead of null in applyMap.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Object,mxGraphHierarchyEdge> |
mxGraphHierarchyModel.getEdgeMapper() |
Modifier and Type | Method and 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 model
|
void |
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 model
|
Modifier and Type | Method and Description |
---|---|
void |
mxGraphHierarchyModel.setEdgeMapper(java.util.Map<java.lang.Object,mxGraphHierarchyEdge> edgeMapper) |
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
mxCoordinateAssignment.processReversedEdge(mxGraphHierarchyEdge edge,
java.lang.Object realEdge)
Hook to add additional processing
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.