y.module
Class CompactDiskLayoutModule
java.lang.Object
y.module.YModule
y.module.LayoutModule
y.module.CompactDiskLayoutModule
public class CompactDiskLayoutModule
- 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_COMPACT_DISK
protected static final java.lang.String MODULE_COMPACT_DISK
- See Also:
- Constant Field Values
SECTION_GENERAL
protected static final java.lang.String SECTION_GENERAL
- See Also:
- Constant Field Values
FROM_SKETCH
protected static final java.lang.String FROM_SKETCH
- See Also:
- Constant Field Values
MIN_NODE_DISTANCE
protected static final java.lang.String MIN_NODE_DISTANCE
- See Also:
- Constant Field Values
CONSIDER_NODE_LABELS_ENABLED
protected static final java.lang.String CONSIDER_NODE_LABELS_ENABLED
- See Also:
- Constant Field Values
ITEM_NODE_TYPES
protected static final java.lang.String ITEM_NODE_TYPES
- See Also:
- Constant Field Values
VALUE_NODE_TYPES_NONE
protected static final java.lang.String VALUE_NODE_TYPES_NONE
- See Also:
- Constant Field Values
VALUE_NODE_TYPES_DEFINED_BY_COLOR
protected static final java.lang.String VALUE_NODE_TYPES_DEFINED_BY_COLOR
- See Also:
- Constant Field Values
VALUE_NODE_TYPES_DEFINED_BY_LABEL
protected static final java.lang.String VALUE_NODE_TYPES_DEFINED_BY_LABEL
- See Also:
- Constant Field Values
ITEM_NODE_LABELING_STYLE
protected static final java.lang.String ITEM_NODE_LABELING_STYLE
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_STYLE_NONE
protected static final java.lang.String VALUE_NODE_LABELING_STYLE_NONE
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_STYLE_HORIZONTAL
protected static final java.lang.String VALUE_NODE_LABELING_STYLE_HORIZONTAL
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_STYLE_RAYLIKE
protected static final java.lang.String VALUE_NODE_LABELING_STYLE_RAYLIKE
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_STYLE_MIXED
protected static final java.lang.String VALUE_NODE_LABELING_STYLE_MIXED
- See Also:
- Constant Field Values
VALUE_NODE_LABELING_STYLE_CONSIDER_CURRENT_POSITION
protected static final java.lang.String VALUE_NODE_LABELING_STYLE_CONSIDER_CURRENT_POSITION
- See Also:
- Constant Field Values
CompactDiskLayoutModule
public CompactDiskLayoutModule()
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