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