Package org.apache.poi.xslf.draw.geom
Class XSLFArcTo
- java.lang.Object
-
- org.apache.poi.xslf.draw.geom.XSLFArcTo
-
- All Implemented Interfaces:
ArcToCommandIf,PathCommand
@Beta public class XSLFArcTo extends Object implements ArcToCommandIf
Wrapper / delegate for XmlBeans custom geometry
-
-
Constructor Summary
Constructors Constructor Description XSLFArcTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DArcTo arc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHR()StringgetStAng()StringgetSwAng()StringgetWR()voidsetHR(String hr)voidsetStAng(String stAng)voidsetSwAng(String swAng)voidsetWR(String wr)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.sl.draw.geom.ArcToCommandIf
execute
-
-
-
-
Method Detail
-
getHR
public String getHR()
- Specified by:
getHRin interfaceArcToCommandIf
-
setHR
public void setHR(String hr)
- Specified by:
setHRin interfaceArcToCommandIf
-
getWR
public String getWR()
- Specified by:
getWRin interfaceArcToCommandIf
-
setWR
public void setWR(String wr)
- Specified by:
setWRin interfaceArcToCommandIf
-
getStAng
public String getStAng()
- Specified by:
getStAngin interfaceArcToCommandIf
-
setStAng
public void setStAng(String stAng)
- Specified by:
setStAngin interfaceArcToCommandIf
-
getSwAng
public String getSwAng()
- Specified by:
getSwAngin interfaceArcToCommandIf
-
setSwAng
public void setSwAng(String swAng)
- Specified by:
setSwAngin interfaceArcToCommandIf
-
-