de.cau.cs.kieler.kiml.util
Class RandomLayoutProvider

java.lang.Object
  extended by de.cau.cs.kieler.kiml.AbstractLayoutProvider
      extended by de.cau.cs.kieler.kiml.util.RandomLayoutProvider

public class RandomLayoutProvider
extends AbstractLayoutProvider

Layout provider that computes random layouts.

Rating proposed yellow
(2011-01-13) msp

Field Summary
static String ID
          the layout provider id.
 
Constructor Summary
RandomLayoutProvider()
           
 
Method Summary
 void doLayout(KNode parentNode, IKielerProgressMonitor progressMonitor)
          Performs the actual layout process, that is attaches layout information to the given node object.
 
Methods inherited from class de.cau.cs.kieler.kiml.AbstractLayoutProvider
dispose, getDebugCanvas, initialize, setDebugCanvas, supportsHierarchy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
the layout provider id.

See Also:
Constant Field Values
Constructor Detail

RandomLayoutProvider

public RandomLayoutProvider()
Method Detail

doLayout

public void doLayout(KNode parentNode,
                     IKielerProgressMonitor progressMonitor)
Performs the actual layout process, that is attaches layout information to the given node object.

Specified by:
doLayout in class AbstractLayoutProvider
Parameters:
parentNode - the parent node which should be laid out
progressMonitor - progress monitor used to keep track of progress