MCPcopy Index your code
hub / github.com/benfry/processing4 / noStroke

Method noStroke

core/src/processing/core/PGraphics.java:6510–6512  ·  view source on GitHub ↗

Disables drawing the stroke (outline). If both noStroke() and noFill() are called, nothing will be drawn to the screen. @webref color:setting @webBrief Disables drawing the stroke (outline) @see PGraphics#stroke(int, float) @see PGraphics#fill(float, float, float, float) @see PGraphic

()

Source from the content-addressed store, hash-verified

6508 * @see PGraphics#noFill()
6509 */
6510 public void noStroke() {
6511 stroke = false;
6512 }
6513
6514
6515 /**

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected