|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--y.module.YModule | +--y.module.LayoutModule
Common base class for modules that launch layout algorithms.
Field Summary |
Fields inherited from class y.module.YModule |
FAILED, PRECONDITION_VIOLATED, SUCCESS |
Constructor Summary | |
LayoutModule(String name,
String author,
String description)
|
Method Summary | |
boolean |
getBufferedMode()
Returns whether or not to perform the layout process in buffered mode. |
boolean |
isAbortable()
LayoutModules are abortable. |
boolean |
isMorphingEnabled()
Getter for property morphingEnabled. |
protected void |
launchLayouter(Layouter layouter)
|
protected void |
launchLayouter(Layouter layouter,
boolean buffered)
|
void |
setBufferedMode(boolean buffered)
Whether or not to perform the layout process in buffered mode. |
void |
setMorphingEnabled(boolean morphingEnabled)
Setter for property morphingEnabled. |
Methods inherited from class y.module.YModule |
createOptionHandler, dispose, fitGraph2DView, getAuthor, getDescription, getExitStatus, getGraph2D, getGraph2DView, getModuleName, getOptionHandler, getTimer, getView, init, mainrun, run, 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 |
public LayoutModule(String name, String author, String description)
Method Detail |
protected void launchLayouter(Layouter layouter)
protected void launchLayouter(Layouter layouter, boolean buffered)
public boolean isAbortable()
isAbortable
in class YModule
public void setBufferedMode(boolean buffered)
By default the layout module will perform in buffered mode.
public boolean getBufferedMode()
public boolean isMorphingEnabled()
public void setMorphingEnabled(boolean morphingEnabled)
morphingEnabled
- New value of property morphingEnabled.
|
© Copyright 2000-2003, yWorks GmbH. All rights reserved. 2003 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |