|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.module.YModule y.module.LayoutModule y.module.OrthogonalEdgeRouterModule
public class OrthogonalEdgeRouterModule
This module represents an interactive configurator and launcher for
OrthogonalEdgeRouter
.
Field Summary | |
---|---|
protected static java.lang.String |
ITEM_CONSIDER_NODE_LABELS
|
protected static java.lang.String |
ITEM_CROSSING_COST
|
protected static java.lang.String |
ITEM_CUSTOM_MINIMUM_DISTANCE_TO_NODE
|
protected static java.lang.String |
ITEM_ENFORCE_MONOTONIC_RESTRICTIONS
|
protected static java.lang.String |
ITEM_GRID_SPACING
|
protected static java.lang.String |
ITEM_LOCAL_CROSSING_MINIMIZATION
|
protected static java.lang.String |
ITEM_MINIMUM_DISTANCE_TO_EDGE
|
protected static java.lang.String |
ITEM_MONOTONIC_RESTRICTION
|
protected static java.lang.String |
ITEM_REROUTING_ENABLED
|
protected static java.lang.String |
ITEM_ROUTE_ON_GRID
|
protected static java.lang.String |
ITEM_SCOPE
|
protected static java.lang.String |
ITEM_SPACE_DRIVEN_VS_CENTER_DRIVEN_SEARCH
|
protected static java.lang.String |
ITEM_USE_CUSTOM_MINIMUM_DISTANCE_TO_NODE
|
protected static java.lang.String |
SECTION_LAYOUT_OPTIONS
|
protected static java.lang.String |
SECTION_SECTION_CROSSING_MINIMIZATION
|
protected static java.lang.String |
VALUE_MONOTONIC_BOTH
|
protected static java.lang.String |
VALUE_MONOTONIC_HORIZONTAL
|
protected static java.lang.String |
VALUE_MONOTONIC_NONE
|
protected static java.lang.String |
VALUE_MONOTONIC_VERTICAL
|
protected static java.lang.String |
VALUE_SCOPE_ALL_EDGES
|
protected static java.lang.String |
VALUE_SCOPE_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 | |
---|---|
OrthogonalEdgeRouterModule()
Creates an instance of this module. |
Method Summary | |
---|---|
protected void |
configure(OrthogonalEdgeRouter orthogonal,
OptionHandler options)
Configures the module's layout algorithm according to the given options. |
protected OptionHandler |
createOptionHandler()
Creates an OptionHandler and adds the option items used by this module. |
protected void |
mainrun()
Main module execution routine. |
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 |
---|
protected static final java.lang.String SECTION_LAYOUT_OPTIONS
protected static final java.lang.String ITEM_SCOPE
protected static final java.lang.String VALUE_SCOPE_ALL_EDGES
protected static final java.lang.String VALUE_SCOPE_SELECTED_EDGES
protected static final java.lang.String VALUE_SCOPE_AT_SELECTED_NODES
protected static final java.lang.String ITEM_MONOTONIC_RESTRICTION
protected static final java.lang.String VALUE_MONOTONIC_NONE
protected static final java.lang.String VALUE_MONOTONIC_HORIZONTAL
protected static final java.lang.String VALUE_MONOTONIC_VERTICAL
protected static final java.lang.String VALUE_MONOTONIC_BOTH
protected static final java.lang.String ITEM_ENFORCE_MONOTONIC_RESTRICTIONS
protected static final java.lang.String ITEM_MINIMUM_DISTANCE_TO_EDGE
protected static final java.lang.String ITEM_USE_CUSTOM_MINIMUM_DISTANCE_TO_NODE
protected static final java.lang.String ITEM_CUSTOM_MINIMUM_DISTANCE_TO_NODE
protected static final java.lang.String ITEM_ROUTE_ON_GRID
protected static final java.lang.String ITEM_GRID_SPACING
protected static final java.lang.String ITEM_SPACE_DRIVEN_VS_CENTER_DRIVEN_SEARCH
protected static final java.lang.String ITEM_CONSIDER_NODE_LABELS
protected static final java.lang.String SECTION_SECTION_CROSSING_MINIMIZATION
protected static final java.lang.String ITEM_LOCAL_CROSSING_MINIMIZATION
protected static final java.lang.String ITEM_CROSSING_COST
protected static final java.lang.String ITEM_REROUTING_ENABLED
Constructor Detail |
---|
public OrthogonalEdgeRouterModule()
Method Detail |
---|
protected OptionHandler createOptionHandler()
createOptionHandler
in class YModule
OptionHandler
providing module related optionsprotected void mainrun()
mainrun
in class YModule
protected void configure(OrthogonalEdgeRouter orthogonal, OptionHandler options)
orthogonal
- the OrthogonalEdgeRouter
to be configuredoptions
- the layout options to set
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |