public static interface mxGraphHierarchyModel.CellVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(mxGraphHierarchyNode parent,
mxGraphHierarchyNode cell,
mxGraphHierarchyEdge connectingEdge,
int layer,
int seen)
The method within which the visitor will perform operations upon the
graph model
|
void visit(mxGraphHierarchyNode parent, mxGraphHierarchyNode cell, mxGraphHierarchyEdge connectingEdge, int layer, int seen)
parent - the parent cell the current cellcell - the current cell visitedconnectingEdge - the edge that led the last cell visited to this celllayer - the current layer of the treeseen - an int indicating whether this cell has been seen
previouslyCopyright (c) 2010 Gaudenz Alder. All rights reserved.