( begin auto-generated from pushStyle.xml ) The pushStyle() function saves the current style settings and popStyle() restores the prior settings. Note that these functions are always used together. They allow you to change the style settings and later return to what you had. When a ne
()
| 14370 | * @see PGraphics#popStyle() |
| 14371 | */ |
| 14372 | public void pushStyle() { |
| 14373 | if (recorder != null) recorder.pushStyle(); |
| 14374 | g.pushStyle(); |
| 14375 | } |
| 14376 | |
| 14377 | |
| 14378 | /** |
no outgoing calls
no test coverage detected