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

Method ellipseMode

core/src/processing/core/PGraphics.java:2782–2784  ·  view source on GitHub ↗

( begin auto-generated from ellipseMode.xml ) The origin of the ellipse is modified by the ellipseMode() function. The default configuration is ellipseMode(CENTER) , which specifies the location of the ellipse as the center of the shape. The RADIUS mode is the same, but the widt

(int mode)

Source from the content-addressed store, hash-verified

2780 * @see PApplet#arc(float, float, float, float, float, float)
2781 */
2782 public void ellipseMode(int mode) {
2783 ellipseMode = mode;
2784 }
2785
2786
2787 /**

Callers 2

defaultSettingsMethod · 0.95
styleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected