- All Implemented Interfaces:
Path
public class RoboPath
extends Object
implements Path
-
Constructor Summary
Constructors
-
Method Summary
bezierTo(float c1x,
float c1y,
float c2x,
float c2y,
float x,
float y)
-
Constructor Details
-
RoboPath
public RoboPath()
-
Method Details
-
-
-
moveTo
public Path moveTo(float x,
float y)
- Specified by:
moveTo in interface Path
-
lineTo
public Path lineTo(float x,
float y)
- Specified by:
lineTo in interface Path
-
quadraticCurveTo
public Path quadraticCurveTo(float cpx,
float cpy,
float x,
float y)
- Specified by:
quadraticCurveTo in interface Path
-
bezierTo
public Path bezierTo(float c1x,
float c1y,
float c2x,
float c2y,
float x,
float y)
- Specified by:
bezierTo in interface Path