Class SplineKnot
- java.lang.Object
-
- org.apache.poi.xdgf.usermodel.section.geometry.SplineKnot
-
- All Implemented Interfaces:
GeometryRow
public class SplineKnot extends java.lang.Object implements GeometryRow
Contains x- and y-coordinates for a spline's control point and a spline's knot.
-
-
Constructor Summary
Constructors Constructor Description SplineKnot(com.microsoft.schemas.office.visio.x2012.main.RowType row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)java.lang.DoublegetA()booleangetDel()java.lang.DoublegetX()java.lang.DoublegetY()voidsetupMaster(GeometryRow row)java.lang.StringtoString()
-
-
-
Method Detail
-
getDel
public boolean getDel()
-
getX
public java.lang.Double getX()
-
getY
public java.lang.Double getY()
-
getA
public java.lang.Double getA()
-
setupMaster
public void setupMaster(GeometryRow row)
- Specified by:
setupMasterin interfaceGeometryRow
-
addToPath
public void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)- Specified by:
addToPathin interfaceGeometryRow
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-