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