public class PolyLineTo extends Object implements GeometryRow
| Constructor and Description |
|---|
PolyLineTo(com.microsoft.schemas.office.visio.x2012.main.RowType row) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToPath(Path2D.Double path,
XDGFShape parent) |
String |
getA() |
boolean |
getDel() |
Double |
getX() |
Double |
getY() |
void |
setupMaster(GeometryRow row) |
public PolyLineTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
public boolean getDel()
public Double getX()
public Double getY()
public String getA()
public void setupMaster(GeometryRow row)
setupMaster in interface GeometryRowpublic void addToPath(Path2D.Double path, XDGFShape parent)
addToPath in interface GeometryRow