Package org.apache.poi.xslf.draw.geom
Class XSLFMoveTo
- java.lang.Object
-
- org.apache.poi.xslf.draw.geom.XSLFMoveTo
-
- All Implemented Interfaces:
MoveToCommandIf,PathCommand
@Beta public class XSLFMoveTo extends Object implements MoveToCommandIf
Wrapper / delegate for XmlBeans custom geometry
-
-
Constructor Summary
Constructors Constructor Description XSLFMoveTo(org.openxmlformats.schemas.drawingml.x2006.main.CTPath2DMoveTo moveTo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XSLFAdjustPointgetPt()voidsetPt(AdjustPointIf pt)-
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.MoveToCommandIf
execute
-
-
-
-
Method Detail
-
getPt
public XSLFAdjustPoint getPt()
- Specified by:
getPtin interfaceMoveToCommandIf
-
setPt
public void setPt(AdjustPointIf pt)
- Specified by:
setPtin interfaceMoveToCommandIf
-
-