http://u.snelhest.org/i/2010/07/06_3754.png I'm trying to draw this picture in JES, jython. I've forgotten some of the basic math from school, so it's kinda difficult .
I've done the full circle, but i'm not sure how to continue from there.
Each rectangle, half-circle and circle is inset by 10 pixels, and the picture is a 200x200 square.
addRect, addOval and addArc are the given hints.
addArc(picture, startX, startY, width, height, start, angle[, color]): addOval(picture, startX, startY, width, height[, color]): addRect(picture, startX, startY, width, height[, color]):