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