Class: framedArc GraceDocs
framedArc. at(location': Point) size(width': Number, height': Number) from(startAngle: Number) to(endAngle: Number) on(canvas': DrawingCanvas) -> Graphic2D
class to generate framed arc at (x',y') with size width' x height' from startAngle radians to endAngle radians 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