Interface AfterRunnable
-
- All Known Subinterfaces:
EdgeAwareLayoutAlgorithm<V,E>,IterativeLayoutAlgorithm<V>,LayoutAlgorithm<V>,RadialTreeLayout<V>,TreeLayout<V>
- All Known Implementing Classes:
AbstractHierarchicalMinCrossLayoutAlgorithm,AbstractIterativeLayoutAlgorithm,AbstractLayoutAlgorithm,AbstractTreeLayoutAlgorithm,AnimationLayoutAlgorithm,BalloonLayoutAlgorithm,BrandesKopfLayoutAlgorithm,CircleLayoutAlgorithm,DAGLayoutAlgorithm,EdgeAwareTreeLayoutAlgorithm,EiglspergerLayoutAlgorithm,ForceAtlas2LayoutAlgorithm,FRLayoutAlgorithm,GEMLayoutAlgorithm,HierarchicalMinCrossLayoutAlgorithm,ISOMLayoutAlgorithm,KKLayoutAlgorithm,LayeredLayoutAlgorithm,LayoutAlgorithm.NoOp,MultiRowEdgeAwareTreeLayoutAlgorithm,MultiRowTreeLayoutAlgorithm,RadialEdgeAwareTreeLayoutAlgorithm,RadialTreeLayoutAlgorithm,SpringLayoutAlgorithm,StaticLayoutAlgorithm,SugiyamaLayoutAlgorithm,TestEiglspergerLayoutAlgorithm,TestSugiyamaLayoutAlgorithm,TidierRadialTreeLayoutAlgorithm,TidierTreeLayoutAlgorithm,TreeLayoutAlgorithm
public interface AfterRunnableUsed to cause a LayoutAlgorithm to call a Runnable once it has completed
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidrunAfter()default voidsetAfter(Runnable after)
-
-
-
Method Detail
-
setAfter
default void setAfter(Runnable after)
-
runAfter
default void runAfter()
-
-