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

Method ellipseMode

core/src/processing/core/PApplet.java:12214–12217  ·  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

12212 * @see PApplet#arc(float, float, float, float, float, float)
12213 */
12214 public void ellipseMode(int mode) {
12215 if (recorder != null) recorder.ellipseMode(mode);
12216 g.ellipseMode(mode);
12217 }
12218
12219
12220 /**

Callers 1

drawPrimitiveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected