Interface Threaded
-
- All Known Implementing Classes:
AbstractHierarchicalMinCrossLayoutAlgorithm,AbstractIterativeLayoutAlgorithm,AnimationLayoutAlgorithm,CircleLayoutAlgorithm,DAGLayoutAlgorithm,EiglspergerLayoutAlgorithm,ForceAtlas2LayoutAlgorithm,FRLayoutAlgorithm,GEMLayoutAlgorithm,HierarchicalMinCrossLayoutAlgorithm,ISOMLayoutAlgorithm,KKLayoutAlgorithm,SpringLayoutAlgorithm,SugiyamaLayoutAlgorithm,TestEiglspergerLayoutAlgorithm,TestSugiyamaLayoutAlgorithm,Threaded.NoOp
public interface Threaded
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classThreaded.NoOp
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()booleanisThreaded()static Threadednoop()voidsetThreaded(boolean threaded)
-
-
-
Method Detail
-
isThreaded
boolean isThreaded()
-
setThreaded
void setThreaded(boolean threaded)
-
cancel
void cancel()
-
noop
static Threaded noop()
-
-