y.module
Class EdgeBundlingStageModule
java.lang.Object
   y.module.YModule
y.module.YModule
       y.module.LayoutModule
y.module.LayoutModule
           y.module.EdgeBundlingStageModule
y.module.EdgeBundlingStageModule
- public class EdgeBundlingStageModule 
- extends LayoutModule
This module represents an interactive configurator and launcher for EdgeBundlingStage.
-  
 
 
 
| Method Summary | 
| protected  OptionHandler | createOptionHandler()Creates an OptionHandler and adds the option items used by this module.
 | 
| protected  void | mainrun()Main execution code to be implemented by any subclassing module.
 | 
 
| Methods inherited from class y.module.LayoutModule | 
| backupDataProvider, createAnimationPlayer, createLayoutExecutor, createLayoutMorpher, getBufferedMode, getLayoutExecutor, isAbortable, isMorphingEnabled, isPortIntersectionCalculatorEnabled, launchLayouter, launchLayouter, restoreDataProvider, setBufferedMode, setLayoutExecutor, setMorphingEnabled, setPortIntersectionCalculatorEnabled, useEventDispatchThread | 
 
| Methods inherited from class y.module.YModule | 
| addModuleListener, createThread, dispose, exceptionHappened, fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleListeners, getModuleName, getOptionHandler, getTimer, getView, init, initGuiFactory, isBackupRealizersEnabled, removeModuleListener, run, setBackupRealizersEnabled, setExitStatus, setGraph2D, setModuleName, setOptionHandler, start, startAsThread | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MODULE_EDGE_BUNDLING_STAGE
protected static final java.lang.String MODULE_EDGE_BUNDLING_STAGE
- See Also:
- Constant Field Values
ITEM_SCOPE
protected static final java.lang.String ITEM_SCOPE
- See Also:
- Constant Field Values
VALUE_SCOPE_ALL_EDGES
protected static final java.lang.String VALUE_SCOPE_ALL_EDGES
- See Also:
- Constant Field Values
VALUE_SCOPE_SELECTED_EDGES
protected static final java.lang.String VALUE_SCOPE_SELECTED_EDGES
- See Also:
- Constant Field Values
VALUE_SCOPE_EDGES_AT_SELECTED_NODES
protected static final java.lang.String VALUE_SCOPE_EDGES_AT_SELECTED_NODES
- See Also:
- Constant Field Values
ITEM_BUNDLING_STRENGTH
protected static final java.lang.String ITEM_BUNDLING_STRENGTH
- See Also:
- Constant Field Values
ITEM_BUNDLING_QUALITY
protected static final java.lang.String ITEM_BUNDLING_QUALITY
- See Also:
- Constant Field Values
ITEM_MAXIMUM_DURATION
protected static final java.lang.String ITEM_MAXIMUM_DURATION
- See Also:
- Constant Field Values
EdgeBundlingStageModule
public EdgeBundlingStageModule()
- Creates an instance of this module.
 
mainrun
protected void mainrun()
- Description copied from class: YModule
- Main execution code to be implemented by any subclassing module.
 
- 
- Specified by:
- mainrunin class- YModule
 
- 
 
createOptionHandler
protected OptionHandler createOptionHandler()
- Creates an OptionHandler and adds the option items used by this module.
 
- 
- Overrides:
- createOptionHandlerin class- YModule
 
- 
- Returns:
- the created OptionHandlerproviding module related options