MCPcopy Index your code
hub / github.com/benfry/processing4 / pop

Method pop

core/src/processing/core/PApplet.java:12660–12663  ·  view source on GitHub ↗

The pop() function restores the previous drawing style settings and transformations after push() has changed them. Note that these functions are always used together. They allow you to change the style and transformation settings and later return to what you had. When a new state is st

()

Source from the content-addressed store, hash-verified

12658 * @see PGraphics#push()
12659 */
12660 public void pop() {
12661 if (recorder != null) recorder.pop();
12662 g.pop();
12663 }
12664
12665
12666 /**

Callers 5

actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
formatMethod · 0.45
postVisitMethod · 0.45
buildAndUpdateTreeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected