public class RelMoveTo extends java.lang.Object implements GeometryRow
| Constructor and Description |
|---|
RelMoveTo(com.microsoft.schemas.office.visio.x2012.main.RowType row) |
| Modifier and Type | Method and 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) |
public RelMoveTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
public boolean getDel()
public java.lang.Double getX()
public java.lang.Double getY()
public void setupMaster(GeometryRow row)
setupMaster in interface GeometryRowpublic void addToPath(java.awt.geom.Path2D.Double path,
XDGFShape parent)
addToPath in interface GeometryRow