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

Method push

core/src/processing/core/PApplet.java:12623–12626  ·  view source on GitHub ↗

The push() function saves the current drawing style settings and transformations, while pop() restores these settings. 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 i

()

Source from the content-addressed store, hash-verified

12621 * @see PGraphics#pop()
12622 */
12623 public void push() {
12624 if (recorder != null) recorder.push();
12625 g.push();
12626 }
12627
12628
12629 /**

Callers 5

actionPerformedMethod · 0.45
actionPerformedMethod · 0.45
startCompoundEditMethod · 0.45
formatMethod · 0.45
preVisit2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected