|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILayoutAlgorithm
Interface for pluggable layout algorithms.
| Method Summary | |
|---|---|
void |
layoutNodes(java.util.Collection<pl.edu.agh.cast.model.visual.Node> positionNodes)
Deprecated. Implementors should use the version with IProgressMonitor |
void |
layoutNodes(java.util.Collection<pl.edu.agh.cast.model.visual.Node> positionNodes,
org.eclipse.core.runtime.IProgressMonitor monitor)
Method executed to layout a collection of nodes. |
| Method Detail |
|---|
@Deprecated void layoutNodes(java.util.Collection<pl.edu.agh.cast.model.visual.Node> positionNodes)
IProgressMonitor
positionNodes - nodes to layout
void layoutNodes(java.util.Collection<pl.edu.agh.cast.model.visual.Node> positionNodes,
org.eclipse.core.runtime.IProgressMonitor monitor)
positionNodes - nodes to layoutmonitor - progress monitor used to report progres of layout operation;
MUST NOT be null
java.lang.IllegalArgumentException - if monitor is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||