public static interface JGraphFacade.CellVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(java.lang.Object parent,
java.lang.Object cell,
java.lang.Object previousSibling,
int layer,
int sibling)
The method within which the visitor will perform operations upon the
graph model
|
void visit(java.lang.Object parent,
java.lang.Object cell,
java.lang.Object previousSibling,
int layer,
int sibling)
parent - the parent cell the current cellcell - the current cell visitedpreviousSibling - the last neighbour cell foundlayer - the current layer of the treesibling - the number of sibling to the current cell foundCopyright (C) 2001-2009 JGraph Ltd. All rights reserved.