( 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
()
| 13356 | * @see PGraphics#pop() |
| 13357 | */ |
| 13358 | public void push() { |
| 13359 | if (recorder != null) recorder.push(); |
| 13360 | g.push(); |
| 13361 | } |
| 13362 | |
| 13363 | |
| 13364 | /** |
no outgoing calls
no test coverage detected