public interface ArcToCommandIf extends PathCommand
| Modifier and Type | Method and Description |
|---|---|
default void |
execute(Path2D.Double path,
Context ctx)
Execute the command an append a segment to the specified path
|
String |
getHR() |
String |
getStAng() |
String |
getSwAng() |
String |
getWR() |
void |
setHR(String hr) |
void |
setStAng(String stAng) |
void |
setSwAng(String swAng) |
void |
setWR(String wr) |
void setHR(String hr)
void setWR(String wr)
void setStAng(String stAng)
void setSwAng(String swAng)
String getHR()
String getWR()
String getStAng()
String getSwAng()
default void execute(Path2D.Double path, Context ctx)
PathCommandexecute in interface PathCommandpath - the path to append the result toctx - the context to lookup variables