@nowebref
(boolean stroke)
| 2703 | * @nowebref |
| 2704 | */ |
| 2705 | public void setStroke(boolean stroke) { |
| 2706 | if (openShape) { |
| 2707 | PGraphics.showWarning(INSIDE_BEGIN_END_ERROR, "setStroke()"); |
| 2708 | return; |
| 2709 | } |
| 2710 | |
| 2711 | this.stroke = stroke; |
| 2712 | } |
| 2713 | |
| 2714 | /** |
| 2715 | * |
no test coverage detected