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 class
Threaded.NoOp
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
boolean
isThreaded()
static Threaded
noop()
void
setThreaded(boolean threaded)
-
-
-
Method Detail
-
isThreaded
boolean isThreaded()
-
setThreaded
void setThreaded(boolean threaded)
-
cancel
void cancel()
-
noop
static Threaded noop()
-
-