I realised probably that method was never coded or is gone, ended up using path.arc and drawshape with a stroke, works nice.
GeneralPath pathStatic = new GeneralPath();
pathStatic.arc(xPos, yPos, circleW, circleH , startAngle, angleComplete);
g.drawShape(pathStatic, stroke);