y.module
Class CactusGroupLayoutModule
java.lang.Object
y.module.YModule
y.module.LayoutModule
y.module.CactusGroupLayoutModule
public class CactusGroupLayoutModule
- extends LayoutModule
-
-
Method Summary |
OptionHandler |
createOptionHandler()
Creates an option handler for this module that
manages options for the force transfer algorithm. |
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_CACTUS
protected static final java.lang.String MODULE_CACTUS
- See Also:
- Constant Field Values
SECTION_GENERAL
protected static final java.lang.String SECTION_GENERAL
- See Also:
- Constant Field Values
SECTION_EDGES
protected static final java.lang.String SECTION_EDGES
- See Also:
- Constant Field Values
OVERLAP
protected static final java.lang.String OVERLAP
- See Also:
- Constant Field Values
COLLAPSE_TEST
protected static final java.lang.String COLLAPSE_TEST
- See Also:
- Constant Field Values
EDGE_BUNDLING
protected static final java.lang.String EDGE_BUNDLING
- See Also:
- Constant Field Values
EDGE_BUNDLING_STRENGTH
protected static final java.lang.String EDGE_BUNDLING_STRENGTH
- See Also:
- Constant Field Values
DIRECTION_CONSIDERATION_ENABLED
protected static final java.lang.String DIRECTION_CONSIDERATION_ENABLED
- See Also:
- Constant Field Values
ROOT_WEDGE
protected static final java.lang.String ROOT_WEDGE
- See Also:
- Constant Field Values
GROUP_SIZING_POLICY
protected static final java.lang.String GROUP_SIZING_POLICY
- See Also:
- Constant Field Values
FROM_SKETCH
protected static final java.lang.String FROM_SKETCH
- See Also:
- Constant Field Values
NODE_LABELING_POLICY
protected static final java.lang.String NODE_LABELING_POLICY
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_IGNORE
protected static final java.lang.String VALUE_NODE_LABELING_IGNORE
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_RAYLIKE
protected static final java.lang.String VALUE_NODE_LABELING_RAYLIKE
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_MIXED
protected static final java.lang.String VALUE_NODE_LABELING_MIXED
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_HORIZONTAL
protected static final java.lang.String VALUE_NODE_LABELING_HORIZONTAL
- See Also:
- Constant Field Values
VALUE_GROUP_SIZING_POLICY_COMPACT
protected static final java.lang.String VALUE_GROUP_SIZING_POLICY_COMPACT
- See Also:
- Constant Field Values
VALUE_GROUP_SIZING_POLICY_ADAPTIVE
protected static final java.lang.String VALUE_GROUP_SIZING_POLICY_ADAPTIVE
- See Also:
- Constant Field Values
VALUE_GROUP_SIZING_POLICY_STABLE
protected static final java.lang.String VALUE_GROUP_SIZING_POLICY_STABLE
- See Also:
- Constant Field Values
CactusGroupLayoutModule
public CactusGroupLayoutModule()
createOptionHandler
public OptionHandler createOptionHandler()
- Creates an option handler for this module that
manages options for the force transfer algorithm.
- Overrides:
createOptionHandler
in class YModule
- Returns:
- The option handler for this module,
null
by default.
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