Class LineTo
java.lang.Object
org.apache.poi.xdgf.usermodel.section.geometry.LineTo
- All Implemented Interfaces:
GeometryRow
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToPath(Path2D.Double path, XDGFShape parent) booleangetDel()getX()getY()voidsetupMaster(GeometryRow row) toString()
-
Constructor Details
-
LineTo
public LineTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
-
-
Method Details
-
toString
-
getDel
public boolean getDel() -
getX
-
getY
-
setupMaster
- Specified by:
setupMasterin interfaceGeometryRow
-
addToPath
- Specified by:
addToPathin interfaceGeometryRow
-