Class Threaded.NoOp
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.util.Threaded.NoOp
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jungrapht.visualization.layout.algorithms.util.Threaded
Threaded.NoOp
-
-
Constructor Summary
Constructors Constructor Description NoOp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
cancel()
boolean
isThreaded()
void
setThreaded(boolean threaded)
-
-
-
Method Detail
-
isThreaded
public boolean isThreaded()
- Specified by:
isThreaded
in interfaceThreaded
-
setThreaded
public void setThreaded(boolean threaded)
- Specified by:
setThreaded
in interfaceThreaded
-
-