Search this API

y.module
Class LabelingModule

java.lang.Object
  extended by y.module.YModule
      extended by y.module.LabelingModule

public class LabelingModule
extends YModule

This module represents an interactive configurator and launcher for the yFiles labeling algorithms.


Field Summary
 
Fields inherited from class y.module.YModule
FAILED, moduleListenerSupport, PRECONDITION_VIOLATED, SUCCESS
 
Constructor Summary
LabelingModule()
           
 
Method Summary
protected  OptionHandler createOptionHandler()
          Creates an option handler for this layouter
protected  void init()
          Initialization code performed before calling YModule.mainrun().
protected  void mainrun()
          Main execution code to be implemented by any subclassing module.
 
Methods inherited from class y.module.YModule
addModuleListener, createThread, dispose, exceptionHappened, fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleName, getOptionHandler, getTimer, getView, isAbortable, 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
 

Constructor Detail

LabelingModule

public LabelingModule()
Method Detail

createOptionHandler

protected OptionHandler createOptionHandler()
Creates an option handler for this layouter

Overrides:
createOptionHandler in class YModule
Returns:
The option handler for this module, null by default.

init

protected void init()
Description copied from class: YModule
Initialization code performed before calling YModule.mainrun().

Overrides:
init in class YModule

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-2013,
yWorks GmbH.
All rights reserved.