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

Method push

core/src/processing/core/PApplet.java:13358–13361  ·  view source on GitHub ↗

( begin auto-generated from push.xml ) 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 re

()

Source from the content-addressed store, hash-verified

13356 * @see PGraphics#pop()
13357 */
13358 public void push() {
13359 if (recorder != null) recorder.push();
13360 g.push();
13361 }
13362
13363
13364 /**

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected