| Constructor and Description |
|---|
RoboPath() |
| Modifier and Type | Method and Description |
|---|---|
Path |
bezierTo(float c1x,
float c1y,
float c2x,
float c2y,
float x,
float y) |
Path |
close() |
protected void |
finalize() |
Path |
lineTo(float x,
float y) |
Path |
moveTo(float x,
float y) |
Path |
quadraticCurveTo(float cpx,
float cpy,
float x,
float y) |
Path |
reset() |
public Path quadraticCurveTo(float cpx, float cpy, float x, float y)
quadraticCurveTo in interface Pathpublic Path bezierTo(float c1x, float c1y, float c2x, float c2y, float x, float y)
protected void finalize()
finalize in class java.lang.ObjectCopyright © 2014. All Rights Reserved.