org.apache.poi.xdgf.usermodel.section.geometry
public class PolyLineTo extends java.lang.Object implements GeometryRow
Constructor and Description |
---|
PolyLineTo(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) |
java.lang.String |
getA() |
boolean |
getDel() |
java.lang.Double |
getX() |
java.lang.Double |
getY() |
void |
setupMaster(GeometryRow row) |
public PolyLineTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
public boolean getDel()
public java.lang.Double getX()
public java.lang.Double getY()
public java.lang.String getA()
public void setupMaster(GeometryRow row)
setupMaster
in interface GeometryRow
@NotImplemented public void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
addToPath
in interface GeometryRow
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.