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