Class SplineStart
- java.lang.Object
-
- org.apache.poi.xdgf.usermodel.section.geometry.SplineStart
-
- All Implemented Interfaces:
GeometryRow
public class SplineStart extends Object implements GeometryRow
Contains x- and y-coordinates for a spline's second control point, its second knot, its first knot, the last knot, and the degree of the spline.
-
-
Constructor Summary
Constructors Constructor Description SplineStart(com.microsoft.schemas.office.visio.x2012.main.RowType row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToPath(Path2D.Double path, XDGFShape parent)DoublegetA()DoublegetB()DoublegetC()IntegergetD()booleangetDel()DoublegetX()DoublegetY()voidsetupMaster(GeometryRow row)StringtoString()
-
-
-
Method Detail
-
getDel
public boolean getDel()
-
getX
public Double getX()
-
getY
public Double getY()
-
getA
public Double getA()
-
getB
public Double getB()
-
getC
public Double getC()
-
getD
public Integer getD()
-
setupMaster
public void setupMaster(GeometryRow row)
- Specified by:
setupMasterin interfaceGeometryRow
-
addToPath
public void addToPath(Path2D.Double path, XDGFShape parent)
- Specified by:
addToPathin interfaceGeometryRow
-
-