Search this API

y.module
Class CompactDiskLayoutModule

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

public class CompactDiskLayoutModule
extends LayoutModule

 

Field Summary
protected static java.lang.String CONSIDER_NODE_LABELS_ENABLED
           
protected static java.lang.String FROM_SKETCH
           
protected static java.lang.String ITEM_NODE_LABELING_STYLE
           
protected static java.lang.String ITEM_NODE_TYPES
           
protected static java.lang.String MIN_NODE_DISTANCE
           
protected static java.lang.String MODULE_COMPACT_DISK
           
protected static java.lang.String SECTION_GENERAL
           
protected static java.lang.String VALUE_NODE_LABELING_STYLE_CONSIDER_CURRENT_POSITION
           
protected static java.lang.String VALUE_NODE_LABELING_STYLE_HORIZONTAL
           
protected static java.lang.String VALUE_NODE_LABELING_STYLE_MIXED
           
protected static java.lang.String VALUE_NODE_LABELING_STYLE_NONE
           
protected static java.lang.String VALUE_NODE_LABELING_STYLE_RAYLIKE
           
protected static java.lang.String VALUE_NODE_TYPES_DEFINED_BY_COLOR
           
protected static java.lang.String VALUE_NODE_TYPES_DEFINED_BY_LABEL
           
protected static java.lang.String VALUE_NODE_TYPES_NONE
           
 
Fields inherited from class y.module.YModule
FAILED, moduleListenerSupport, PRECONDITION_VIOLATED, SUCCESS
 
Constructor Summary
CompactDiskLayoutModule()
           
 
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_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
Constructor Detail

CompactDiskLayoutModule

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