de.cau.cs.kieler.klay.force
Class ForceLayoutProvider
java.lang.Object
de.cau.cs.kieler.kiml.AbstractLayoutProvider
de.cau.cs.kieler.klay.force.ForceLayoutProvider
public class ForceLayoutProvider
- extends AbstractLayoutProvider
Layout provider for the force layout algorithms.
- Rating

Method Summary |
void |
doLayout(KNode kgraph,
IKielerProgressMonitor progressMonitor)
Performs the actual layout process, that is attaches layout information
to the given node object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForceLayoutProvider
public ForceLayoutProvider()
doLayout
public void doLayout(KNode kgraph,
IKielerProgressMonitor progressMonitor)
- Performs the actual layout process, that is attaches layout information
to the given node object.
- Specified by:
doLayout
in class AbstractLayoutProvider
- Parameters:
kgraph
- the parent node which should be laid outprogressMonitor
- progress monitor used to keep track of progress