Search this API

y.module
Class CactusGroupLayoutModule

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

public class CactusGroupLayoutModule
extends LayoutModule

 

Field Summary
protected static java.lang.String COLLAPSE_TEST
           
protected static java.lang.String DIRECTION_CONSIDERATION_ENABLED
           
protected static java.lang.String EDGE_BUNDLING
           
protected static java.lang.String EDGE_BUNDLING_STRENGTH
           
protected static java.lang.String FROM_SKETCH
           
protected static java.lang.String GROUP_SIZING_POLICY
           
protected static java.lang.String MODULE_CACTUS
           
protected static java.lang.String NODE_LABELING_POLICY
           
protected static java.lang.String OVERLAP
           
protected static java.lang.String ROOT_WEDGE
           
protected static java.lang.String SECTION_EDGES
           
protected static java.lang.String SECTION_GENERAL
           
protected static java.lang.String VALUE_GROUP_SIZING_POLICY_ADAPTIVE
           
protected static java.lang.String VALUE_GROUP_SIZING_POLICY_COMPACT
           
protected static java.lang.String VALUE_GROUP_SIZING_POLICY_STABLE
           
protected static java.lang.String VALUE_NODE_LABELING_HORIZONTAL
           
protected static java.lang.String VALUE_NODE_LABELING_IGNORE
           
protected static java.lang.String VALUE_NODE_LABELING_MIXED
           
protected static java.lang.String VALUE_NODE_LABELING_RAYLIKE
           
 
Fields inherited from class y.module.YModule
FAILED, moduleListenerSupport, PRECONDITION_VIOLATED, SUCCESS
 
Constructor Summary
CactusGroupLayoutModule()
           
 
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
 

Field Detail

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

CactusGroupLayoutModule

public CactusGroupLayoutModule()
Method Detail

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

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