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

Method dispose

core/src/processing/core/PGraphics.java:811–816  ·  view source on GitHub ↗

Handle any takedown for this graphics context. This is called when a sketch is shut down and this renderer was specified using the size() command, or inside endRecord() and endRaw(), in order to shut things off.

()

Source from the content-addressed store, hash-verified

809 * endRaw(), in order to shut things off.
810 */
811 public void dispose() { // ignore
812 if (primaryGraphics && asyncImageSaver != null) {
813 asyncImageSaver.dispose();
814 asyncImageSaver = null;
815 }
816 }
817
818
819 public PSurface createSurface() { // ignore

Callers 1

endRawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected