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 TypeMethodDescriptionvoid
addToPath
(Path2D.Double path, XDGFShape parent) getA()
boolean
getDel()
getX()
getY()
void
setupMaster
(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:
setupMaster
in interfaceGeometryRow
-
addToPath
- Specified by:
addToPath
in interfaceGeometryRow
-
toString
-