Fills an arc using the current color. This generates a pie shape. @param x the x coordinate @param y the y coordinate @param width the width of the arc @param height the height of the arc @param startAngle the beginning angle @param arcAngle the angle of the arc (relative to startAngle). @see #draw
(int x, int y, int width, int height, int startAngle, int arcAngle)