MCPcopy Create free account
hub / github.com/benfry/processing4 / ellipseMode

Method ellipseMode

core/src/processing/core/PGraphics.java:2891–2893  ·  view source on GitHub ↗

Modifies the location from which ellipses are drawn by changing the way in which parameters given to ellipse() are interpreted. The default mode is ellipseMode(CENTER) , which interprets the first two parameters of ellipse() as the shape's center point, while the thi

(int mode)

Source from the content-addressed store, hash-verified

2889 * @see PApplet#arc(float, float, float, float, float, float)
2890 */
2891 public void ellipseMode(int mode) {
2892 ellipseMode = mode;
2893 }
2894
2895
2896 /**

Callers 2

defaultSettingsMethod · 0.95
styleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected