( 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)
| 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 | /** |