y.module
Class EdgeGroupConstraintModule
java.lang.Object
y.module.YModule
y.module.LayoutModule
y.module.EdgeGroupConstraintModule
public class EdgeGroupConstraintModule extends LayoutModule
A module that allows to configure edge group constraints, interactively. Edge group constraints
are interpreted by some automatic layout algorithms like HierarchicLayouter
to combine edges that are grouped to bus-like structures.
Your browser does not support SVG content.
Method Summary
protected OptionHandler
createOptionHandler ()
Creates and initializes the option handler so that a convenient way for
manipulating the parameters is at the user's hand.
protected void
mainrun ()
Main execution code to be implemented by any subclassing module.
Methods inherited from class y.module.LayoutModule
createAnimationPlayer , createLayoutMorpher , getBufferedMode , isAbortable , isMorphingEnabled , isPortIntersectionCalculatorEnabled , launchLayouter , launchLayouter , performAnimation , setBufferedMode , setMorphingEnabled , setPortIntersectionCalculatorEnabled , useEventDispatchThread
Methods inherited from class y.module.YModule
addModuleListener , createThread , dispose , exceptionHappened , fitGraph2DView , getAuthor , getDescription , getExitStatus , getGraph2D , getGraph2DView , getModuleName , getOptionHandler , getTimer , getView , init , 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
EdgeGroupConstraintModule
public EdgeGroupConstraintModule ()
createOptionHandler
protected OptionHandler createOptionHandler ()
Creates and initializes the option handler so that a convenient way for
manipulating the parameters is at the user's hand.
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