public class ArcToCommand extends java.lang.Object implements PathCommand
wr
and wh
are the height and width radiuses
of the supposed circle being used to draw the arc. This gives the circle
a total height of (2 * hR) and a total width of (2 * wR)
stAng is the start
angle and >swAng
is the swing angleModifier and Type | Method and Description |
---|---|
void |
execute(java.awt.geom.GeneralPath path,
Context ctx)
Execute the command an append a segment to the specified path
|
public void execute(java.awt.geom.GeneralPath path, Context ctx)
PathCommand
execute
in interface PathCommand
path
- the path to append the result toctx
- the context to lookup variablesCopyright © 2005-2010 Potix Corporation. All Rights Reserved.