y.module
Class ParallelEdgeLayoutModule
java.lang.Object
|
+--y.module.YModule
|
+--y.module.LayoutModule
|
+--y.module.ParallelEdgeLayoutModule
- public class ParallelEdgeLayoutModule
- extends LayoutModule
Wrapper class for ParallelEdgeLayouter
Method Summary |
void |
mainrun()
Main execution code to be implemented by any subclassed module. |
Methods inherited from class y.module.YModule |
createOptionHandler, dispose, 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 |
ParallelEdgeLayoutModule
public ParallelEdgeLayoutModule()
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