Package org.apache.poi.xslf.draw.geom
Class XSLFQuadTo
- java.lang.Object
-
- org.apache.poi.xslf.draw.geom.XSLFQuadTo
-
- All Implemented Interfaces:
PathCommand,QuadToCommandIf
@Beta public class XSLFQuadTo extends Object implements QuadToCommandIf
Wrapper / delegate for XmlBeans custom geometry
-
-
Constructor Summary
Constructors Constructor Description XSLFQuadTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DQuadBezierTo bezier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdjustPointIfgetPt1()AdjustPointIfgetPt2()voidsetPt1(AdjustPointIf pt1)voidsetPt2(AdjustPointIf pt2)-
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.QuadToCommandIf
execute
-
-
-
-
Method Detail
-
getPt1
public AdjustPointIf getPt1()
- Specified by:
getPt1in interfaceQuadToCommandIf
-
setPt1
public void setPt1(AdjustPointIf pt1)
- Specified by:
setPt1in interfaceQuadToCommandIf
-
getPt2
public AdjustPointIf getPt2()
- Specified by:
getPt2in interfaceQuadToCommandIf
-
setPt2
public void setPt2(AdjustPointIf pt2)
- Specified by:
setPt2in interfaceQuadToCommandIf
-
-