@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, wait
execute
public XSLFQuadTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DQuadBezierTo bezier)
public AdjustPointIf getPt1()
getPt1
in interface QuadToCommandIf
public void setPt1(AdjustPointIf pt1)
setPt1
in interface QuadToCommandIf
public AdjustPointIf getPt2()
getPt2
in interface QuadToCommandIf
public void setPt2(AdjustPointIf pt2)
setPt2
in interface QuadToCommandIf
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.