Class: filledArc GraceDocs
filledArc. at(location': Point) size(width': Number, height': Number) from(startAngle: Number) to(endAngle: Number) on(canvas': DrawingCanvas) -> Graphic2D
class to generate filled arc at (x',y') with size width' x height' from startAngle degrees to endAngle degrees created on canvas' Note that angle 0 is in direction of positive x axis and increases in angles go clockwise.

Methods

Method signature Return type
asString String
draw( ctx: Foreign) Done