HEADER

biouml.editor.graphlayout
Class CellLayoutManager

biouml.editor.graphlayout.ForceDirectedLayoutManager
  |
  +--biouml.editor.graphlayout.CellLayoutManager

public class CellLayoutManager
extends ForceDirectedLayoutManager


Field Summary
 final static intHEIGHT
           
 final static intWIDTH
           

Fields inherited from class biouml.editor.graphlayout.ForceDirectedLayoutManager
EDGE_LENGHT, MAX_NODE_HEIGHT, MAX_NODE_WIDTH, STEP

Method Summary
 StringgetName()
           
 voidlayout(Diagram diagram, Node root, Node[] addedNodes, Node selectedNode)
           
 voidsetIterations(int iterations)
           

Methods inherited from class biouml.editor.graphlayout.ForceDirectedLayoutManager
layout, reset

Field Detail

HEIGHT

public final static int HEIGHT

WIDTH

public final static int WIDTH
Method Detail

getName

public String getName()

layout

public void layout(Diagram diagram, Node root, Node[] addedNodes, Node selectedNode)

setIterations

public void setIterations(int iterations)

Association Links

to Class org.apache.log4j.Category

to Class biouml.model.Diagram


FOOTER

BOTTOM