y.module
Class RandomLayoutModule
java.lang.Object
|
+--y.module.YModule
|
+--y.module.LayoutModule
|
+--y.module.RandomLayoutModule
- public class RandomLayoutModule
- extends LayoutModule
Wrapper class for RandomLayouter
Methods inherited from class y.module.YModule |
createOptionHandler, fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleName, getOptionHandler, getTimer, getView, 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 |
RandomLayoutModule
public RandomLayoutModule()
init
public void init()
- Description copied from class:
YModule
- Initialisation code performed before calling
YModule.mainrun()
.
- Overrides:
init
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
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