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

Method strokeJoin

core/src/processing/core/PGraphics.java:6454–6456  ·  view source on GitHub ↗

( begin auto-generated from strokeJoin.xml ) 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. This function is not available

(int join)

Source from the content-addressed store, hash-verified

6452 * @see PGraphics#strokeCap(int)
6453 */
6454 public void strokeJoin(int join) {
6455 strokeJoin = join;
6456 }
6457
6458 /**
6459 * ( begin auto-generated from strokeCap.xml )

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected