Package org.apache.poi.xslf.draw.geom
Class XSLFCurveTo
- java.lang.Object
-
- org.apache.poi.xslf.draw.geom.XSLFCurveTo
-
- All Implemented Interfaces:
CurveToCommandIf,PathCommand
@Beta public class XSLFCurveTo extends Object implements CurveToCommandIf
Wrapper / delegate for XmlBeans custom geometry
-
-
Constructor Summary
Constructors Constructor Description XSLFCurveTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DCubicBezierTo bezier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSLFAdjustPointgetPt1()XSLFAdjustPointgetPt2()XSLFAdjustPointgetPt3()voidsetPt1(AdjustPointIf pt1)voidsetPt2(AdjustPointIf pt2)voidsetPt3(AdjustPointIf pt3)-
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.CurveToCommandIf
execute
-
-
-
-
Method Detail
-
getPt1
public XSLFAdjustPoint getPt1()
- Specified by:
getPt1in interfaceCurveToCommandIf
-
setPt1
public void setPt1(AdjustPointIf pt1)
- Specified by:
setPt1in interfaceCurveToCommandIf
-
getPt2
public XSLFAdjustPoint getPt2()
- Specified by:
getPt2in interfaceCurveToCommandIf
-
setPt2
public void setPt2(AdjustPointIf pt2)
- Specified by:
setPt2in interfaceCurveToCommandIf
-
getPt3
public XSLFAdjustPoint getPt3()
- Specified by:
getPt3in interfaceCurveToCommandIf
-
setPt3
public void setPt3(AdjustPointIf pt3)
- Specified by:
setPt3in interfaceCurveToCommandIf
-
-