y.module
Class HierarchicLayoutModule

java.lang.Object
  |
  +--y.module.YModule
        |
        +--y.module.LayoutModule
              |
              +--y.module.HierarchicLayoutModule

public class HierarchicLayoutModule
extends LayoutModule

Wrapper class for HierarchicLayouter.


Field Summary
 
Fields inherited from class y.module.YModule
FAILED, PRECONDITION_VIOLATED, SUCCESS
 
Constructor Summary
HierarchicLayoutModule()
           
 
Method Summary
 OptionHandler createOptionHandler()
          Creates an option handler for this class.
 void dispose()
          Disposition code performed after the execution of HierarchicLayoutModule.mainrun() was finished.
 void mainrun()
          Main execution code to be implemented by any subclassed module.
 
Methods inherited from class y.module.LayoutModule
getBufferedMode, isAbortable, isMorphingEnabled, launchLayouter, launchLayouter, setBufferedMode, setMorphingEnabled
 
Methods inherited from class y.module.YModule
fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleName, getOptionHandler, getTimer, getView, init, run, setExitStatus, setGraph2D, setModuleName, setOptionHandler, start, startAsThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchicLayoutModule

public HierarchicLayoutModule()
Method Detail

createOptionHandler

public OptionHandler createOptionHandler()
Description copied from class: YModule
Creates an option handler for this class. Module writers should override this method to provide an appropriate option handler.

Overrides:
createOptionHandler in class YModule
Returns:
The option handler for this module, null by default.

mainrun

public void mainrun()
Description copied from class: YModule
Main execution code to be implemented by any subclassed module.

Specified by:
mainrun in class YModule

dispose

public void dispose()
Description copied from class: YModule
Disposition code performed after the execution of YModule.mainrun() was finished.

Overrides:
dispose in class YModule

© Copyright 2000-2003,
yWorks GmbH.
All rights reserved.

2003