public static interface JGraphFacade.CellVisitor
Modifier and Type | Method and Description |
---|---|
void |
visit(Object parent,
Object cell,
Object previousSibling,
int layer,
int sibling)
The method within which the visitor will perform operations upon the
graph model
|
void visit(Object parent, Object cell, 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.