Package org.apache.poi.sl.draw.geom
Interface ArcToCommandIf
- All Superinterfaces:
PathCommand
- All Known Implementing Classes:
ArcToCommand
-
Method Details
-
setHR
-
setWR
-
setStAng
-
setSwAng
-
getHR
String getHR() -
getWR
String getWR() -
getStAng
String getStAng() -
getSwAng
String getSwAng() -
execute
Description copied from interface:PathCommandExecute the command an append a segment to the specified path- Specified by:
executein interfacePathCommand- Parameters:
path- the path to append the result toctx- the context to lookup variables
-