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

Method push

core/src/processing/core/PGraphics.java:5199–5202  ·  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

5197 * @see PGraphics#pop()
5198 */
5199 public void push() {
5200 pushStyle();
5201 pushMatrix();
5202 }
5203
5204 /**
5205 * ( begin auto-generated from pop.xml )

Callers

nothing calls this directly

Calls 2

pushStyleMethod · 0.95
pushMatrixMethod · 0.95

Tested by

no test coverage detected