@nowebref
(boolean stroke)
| 2598 | * @nowebref |
| 2599 | */ |
| 2600 | public void setStroke(boolean stroke) { |
| 2601 | if (openShape) { |
| 2602 | PGraphics.showWarning(INSIDE_BEGIN_END_ERROR, "setStroke()"); |
| 2603 | return; |
| 2604 | } |
| 2605 | |
| 2606 | this.stroke = stroke; |
| 2607 | } |
| 2608 | |
| 2609 | /** |
| 2610 | * ( begin auto-generated from PShape_setStroke.xml ) |
no test coverage detected