| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface mxGraphHierarchyModel.CellVisitor
Defines the interface that visitors use to perform operations upon the graph information during depth first search (dfs) or other tree-traversal strategies implemented by subclassers.
| Method Summary | |
|---|---|
|  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 | 
| Method Detail | 
|---|
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
            previously| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||