mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
improving java2d integration
This commit is contained in:
@@ -155,8 +155,8 @@ public interface PMethods {
|
||||
|
||||
//public void arcMode(int mode);
|
||||
|
||||
public void arc(float start, float stop,
|
||||
float x, float y, float radius);
|
||||
//public void arc(float start, float stop,
|
||||
// float x, float y, float radius);
|
||||
|
||||
public void arc(float start, float stop,
|
||||
float x, float y, float hr, float vr);
|
||||
|
||||
Reference in New Issue
Block a user