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