Interface IterativeContext
-
- All Known Subinterfaces:
IterativeLayoutAlgorithm<V>
- All Known Implementing Classes:
AbstractIterativeLayoutAlgorithm
,AnimationLayoutAlgorithm
,DAGLayoutAlgorithm
,ForceAtlas2LayoutAlgorithm
,FRLayoutAlgorithm
,GEMLayoutAlgorithm
,ISOMLayoutAlgorithm
,KKLayoutAlgorithm
,SpringLayoutAlgorithm
public interface IterativeContext
An 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 boolean
done()
void
step()
Advances one step.
-