Class MoveTo
- java.lang.Object
-
- org.apache.poi.xdgf.usermodel.section.geometry.MoveTo
-
- All Implemented Interfaces:
GeometryRow
public class MoveTo extends java.lang.Object implements 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 Constructor Description MoveTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
boolean
getDel()
java.lang.Double
getX()
java.lang.Double
getY()
void
setupMaster(GeometryRow row)
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
getDel
public boolean getDel()
-
getX
public java.lang.Double getX()
-
getY
public java.lang.Double getY()
-
setupMaster
public void setupMaster(GeometryRow row)
- Specified by:
setupMaster
in interfaceGeometryRow
-
addToPath
public void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
- Specified by:
addToPath
in interfaceGeometryRow
-
-