HEADER

biouml.editor.graphlayout
Interface IterativeGraphLayout

All Known Implementing Classes:
ForceDirectedLayoutManager

public interface IterativeGraphLayout
extends GraphLayout


Method Summary
 voidsetIterations(int iterations)
           

Methods inherited from interface biouml.editor.graphlayout.GraphLayout
getName, layout, layout, reset

Method Detail

setIterations

public void setIterations(int iterations)

FOOTER

BOTTOM