Search this API

y.module
Class CurveRoutingStageModule

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

public class CurveRoutingStageModule
extends LayoutModule

This module represents an interactive configurator and launcher for CurveRoutingStage.

 
Your browser does not support SVG content.

Field Summary
protected static java.lang.String ITEM_CONSIDER_EDGE_LABELS
           
protected static java.lang.String ITEM_CONSIDER_NODE_LABELS
           
protected static java.lang.String ITEM_CURVE_CONNECTION_STYLE
           
protected static java.lang.String ITEM_CURVE_U_TURN_SYMMETRY
           
protected static java.lang.String ITEM_SCOPE
           
protected static java.lang.String MODULE_CURVE_ROUTING_STAGE
           
protected static java.lang.String VALUE_CURVE_CONNECTION_STYLE_DEFAULT
           
protected static java.lang.String VALUE_CURVE_CONNECTION_STYLE_ORGANIC
           
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
CurveRoutingStageModule()
           
 
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_CURVE_ROUTING_STAGE

protected static final java.lang.String MODULE_CURVE_ROUTING_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_CURVE_CONNECTION_STYLE

protected static final java.lang.String ITEM_CURVE_CONNECTION_STYLE
See Also:
Constant Field Values

VALUE_CURVE_CONNECTION_STYLE_DEFAULT

protected static final java.lang.String VALUE_CURVE_CONNECTION_STYLE_DEFAULT
See Also:
Constant Field Values

VALUE_CURVE_CONNECTION_STYLE_ORGANIC

protected static final java.lang.String VALUE_CURVE_CONNECTION_STYLE_ORGANIC
See Also:
Constant Field Values

ITEM_CURVE_U_TURN_SYMMETRY

protected static final java.lang.String ITEM_CURVE_U_TURN_SYMMETRY
See Also:
Constant Field Values

ITEM_CONSIDER_NODE_LABELS

protected static final java.lang.String ITEM_CONSIDER_NODE_LABELS
See Also:
Constant Field Values

ITEM_CONSIDER_EDGE_LABELS

protected static final java.lang.String ITEM_CONSIDER_EDGE_LABELS
See Also:
Constant Field Values
Constructor Detail

CurveRoutingStageModule

public CurveRoutingStageModule()
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.