quadraticCurveTo(double aCPx, double aCPy, double aX, double aY) { currentPath.quadraticCurveTo(aCPx, aCPy, aX, aY); return this; }