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

Method strokeCap

core/src/processing/core/PGraphics.java:6479–6481  ·  view source on GitHub ↗

( begin auto-generated from strokeCap.xml ) Sets the style for rendering line endings. These ends are either squared, extended, or rounded and specified with the corresponding parameters SQUARE, PROJECT, and ROUND. The default cap is ROUND. This function is not available with the P3D re

(int cap)

Source from the content-addressed store, hash-verified

6477 * @see PApplet#size(int, int, String, String)
6478 */
6479 public void strokeCap(int cap) {
6480 strokeCap = cap;
6481 }
6482
6483
6484

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected