Interface IterativeContext
-
- All Known Subinterfaces:
IterativeLayoutAlgorithm<V>
- All Known Implementing Classes:
AbstractIterativeLayoutAlgorithm,AnimationLayoutAlgorithm,DAGLayoutAlgorithm,ForceAtlas2LayoutAlgorithm,FRLayoutAlgorithm,GEMLayoutAlgorithm,ISOMLayoutAlgorithm,KKLayoutAlgorithm,SpringLayoutAlgorithm
public interface IterativeContextAn interface for algorithms that proceed iteratively. Each call tostep()will advance the algorithm by one cycle thru the affected members.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleandone()voidstep()Advances one step.
-