MCPcopy Index your code
hub / github.com/processing/processing / noStroke

Method noStroke

core/src/processing/core/PGraphics.java:6503–6505  ·  view source on GitHub ↗

( 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,

()

Source from the content-addressed store, hash-verified

6501 * @see PGraphics#noFill()
6502 */
6503 public void noStroke() {
6504 stroke = false;
6505 }
6506
6507
6508 /**

Callers 4

rawPolysMethod · 0.95
reapplySettingsMethod · 0.95
styleMethod · 0.95
backgroundImplMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected