com.jgraph.layout
public interface JGraphFacade.CellVisitor
Method Summary | |
---|---|
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
|
Parameters: parent the parent cell the current cell cell the current cell visited previousSibling the last neighbour cell found layer the current layer of the tree sibling the number of sibling to the current cell found