Class RelLineTo
java.lang.Object
org.apache.poi.xdgf.usermodel.section.geometry.RelLineTo
- All Implemented Interfaces:
GeometryRow
Contains x-and y-coordinates of the ending vertex of a straight line segment
relative to a shape's width and height.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToPath
(Path2D.Double path, XDGFShape parent) boolean
getDel()
getX()
getY()
void
setupMaster
(GeometryRow row)
-
Constructor Details
-
RelLineTo
public RelLineTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
-
-
Method Details
-
getDel
public boolean getDel() -
getX
-
getY
-
setupMaster
- Specified by:
setupMaster
in interfaceGeometryRow
-
addToPath
- Specified by:
addToPath
in interfaceGeometryRow
-