Class PolyLineTo
- java.lang.Object
-
- org.apache.poi.xdgf.usermodel.section.geometry.PolyLineTo
-
- All Implemented Interfaces:
GeometryRow
public class PolyLineTo extends java.lang.Object implements GeometryRow
-
-
Constructor Summary
Constructors Constructor Description PolyLineTo(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)
java.lang.String
getA()
boolean
getDel()
java.lang.Double
getX()
java.lang.Double
getY()
void
setupMaster(GeometryRow row)
-
-
-
Method Detail
-
getDel
public boolean getDel()
-
getX
public java.lang.Double getX()
-
getY
public java.lang.Double getY()
-
getA
public java.lang.String getA()
-
setupMaster
public void setupMaster(GeometryRow row)
- Specified by:
setupMaster
in interfaceGeometryRow
-
addToPath
@NotImplemented public void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)
- Specified by:
addToPath
in interfaceGeometryRow
-
-