Class SplineKnot
java.lang.Object
org.apache.poi.xdgf.usermodel.section.geometry.SplineKnot
- All Implemented Interfaces:
GeometryRow
Contains x- and y-coordinates for a spline's control point and a spline's
knot.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToPath(Path2D.Double path, XDGFShape parent) getA()booleangetDel()getX()getY()voidsetupMaster(GeometryRow row) toString()
-
Constructor Details
-
SplineKnot
public SplineKnot(com.microsoft.schemas.office.visio.x2012.main.RowType row)
-
-
Method Details
-
getDel
public boolean getDel() -
getX
-
getY
-
getA
-
setupMaster
- Specified by:
setupMasterin interfaceGeometryRow
-
addToPath
- Specified by:
addToPathin interfaceGeometryRow
-
toString
-