( begin auto-generated from popStyle.xml ) The pushStyle() function saves the current style settings and popStyle() restores the prior settings; these functions are always used together. They allow you to change the style settings and later return to what you had. When a new style is
()
| 14392 | * @see PGraphics#pushStyle() |
| 14393 | */ |
| 14394 | public void popStyle() { |
| 14395 | if (recorder != null) recorder.popStyle(); |
| 14396 | g.popStyle(); |
| 14397 | } |
| 14398 | |
| 14399 | |
| 14400 | public void style(PStyle s) { |