Class RelMoveTo
java.lang.Object
org.apache.poi.xdgf.usermodel.section.geometry.RelMoveTo
- All Implemented Interfaces:
GeometryRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToPath
(Path2D.Double path, XDGFShape parent) boolean
getDel()
getX()
getY()
void
setupMaster
(GeometryRow row)
-
Constructor Details
-
RelMoveTo
public RelMoveTo(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
-