de.saar.chorus.treelayout
Interface NodeVisitorInterface

All Known Implementing Classes:
DefaultNodeVisitor, PostOrderNodeVisitor, PreOrderNodeVisitor

public interface NodeVisitorInterface

Author:
Marco Kuhlmann

Method Summary
 NodeCursorInterface getCursor()
           
 boolean next()
           
 void setCursor(NodeCursorInterface cursor)
           
 

Method Detail

setCursor

void setCursor(NodeCursorInterface cursor)

getCursor

NodeCursorInterface getCursor()

next

boolean next()