MCPcopy Index your code
hub / github.com/processing/processing / stopThread

Method stopThread

core/src/processing/core/PSurface.java:158–158  ·  view source on GitHub ↗

Stop the animation thread (set it null) @return false if already stopped

()

Source from the content-addressed store, hash-verified

156 * @return false if already stopped
157 */
158 public boolean stopThread();
159
160 public boolean isStopped();
161}

Callers 1

disposeMethod · 0.65

Implementers 3

PSurfaceJOGLcore/src/processing/opengl/PSurfaceJOG
PSurfaceNonecore/src/processing/core/PSurfaceNone.
PSurfaceFXcore/src/processing/javafx/PSurfaceFX.

Calls

no outgoing calls

Tested by

no test coverage detected