Search this API

y.module
Class EdgeBundlingStageModule

java.lang.Object
  extended by y.module.YModule
      extended by y.module.LayoutModule
          extended by y.module.EdgeBundlingStageModule

public class EdgeBundlingStageModule
extends LayoutModule

This module represents an interactive configurator and launcher for EdgeBundlingStage.

 

Field Summary
protected static java.lang.String ITEM_BUNDLING_QUALITY
           
protected static java.lang.String ITEM_BUNDLING_STRENGTH
           
protected static java.lang.String ITEM_MAXIMUM_DURATION
           
protected static java.lang.String ITEM_SCOPE
           
protected static java.lang.String MODULE_EDGE_BUNDLING_STAGE
           
protected static java.lang.String VALUE_SCOPE_ALL_EDGES
           
protected static java.lang.String VALUE_SCOPE_EDGES_AT_SELECTED_NODES
           
protected static java.lang.String VALUE_SCOPE_SELECTED_EDGES
           
 
Fields inherited from class y.module.YModule
FAILED, moduleListenerSupport, PRECONDITION_VIOLATED, SUCCESS
 
Constructor Summary
EdgeBundlingStageModule()
          Creates an instance of this module.
 
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
 

Field Detail

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
Constructor Detail

EdgeBundlingStageModule

public EdgeBundlingStageModule()
Creates an instance of this module.

Method Detail

mainrun

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

Specified by:
mainrun in class YModule

createOptionHandler

protected OptionHandler createOptionHandler()
Creates an OptionHandler and adds the option items used by this module.

Overrides:
createOptionHandler in class YModule
Returns:
the created OptionHandler providing module related options

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