( begin auto-generated from noStroke.xml ) Disables drawing the stroke (outline). If both noStroke() and noFill() are called, nothing will be drawn to the screen. ( end auto-generated ) @webref color:setting @see PGraphics#stroke(int, float) @see PGraphics#fill(float, float, float,
()
| 6501 | * @see PGraphics#noFill() |
| 6502 | */ |
| 6503 | public void noStroke() { |
| 6504 | stroke = false; |
| 6505 | } |
| 6506 | |
| 6507 | |
| 6508 | /** |
no outgoing calls
no test coverage detected