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

Method strokeJoin

core/src/processing/core/PGraphics.java:6469–6471  ·  view source on GitHub ↗

Sets the style of the joints which connect line segments. These joints are either mitered, beveled, or rounded and specified with the corresponding parameters MITER, BEVEL, and ROUND. The default joint is MITER. @webref shape:attributes @webBrief Sets the style of the joints which connect line segm

(int join)

Source from the content-addressed store, hash-verified

6467 * @see PGraphics#strokeCap(int)
6468 */
6469 public void strokeJoin(int join) {
6470 strokeJoin = join;
6471 }
6472
6473 /**
6474 * Sets the style for rendering line endings. These ends are either squared,

Callers 4

rawLinesMethod · 0.95
defaultSettingsMethod · 0.95
reapplySettingsMethod · 0.95
styleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected