@Beta public class XSLFCurveTo extends java.lang.Object implements CurveToCommandIf
| Constructor and Description |
|---|
XSLFCurveTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DCubicBezierTo bezier) |
| Modifier and Type | Method and Description |
|---|---|
XSLFAdjustPoint |
getPt1() |
XSLFAdjustPoint |
getPt2() |
XSLFAdjustPoint |
getPt3() |
void |
setPt1(AdjustPointIf pt1) |
void |
setPt2(AdjustPointIf pt2) |
void |
setPt3(AdjustPointIf pt3) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecutepublic XSLFCurveTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DCubicBezierTo bezier)
public XSLFAdjustPoint getPt1()
getPt1 in interface CurveToCommandIfpublic void setPt1(AdjustPointIf pt1)
setPt1 in interface CurveToCommandIfpublic XSLFAdjustPoint getPt2()
getPt2 in interface CurveToCommandIfpublic void setPt2(AdjustPointIf pt2)
setPt2 in interface CurveToCommandIfpublic XSLFAdjustPoint getPt3()
getPt3 in interface CurveToCommandIfpublic void setPt3(AdjustPointIf pt3)
setPt3 in interface CurveToCommandIfCopyright 2022 The Apache Software Foundation or its licensors, as applicable.