Class Ellipse
- java.lang.Object
-
- org.apache.poi.xdgf.usermodel.section.geometry.Ellipse
-
- All Implemented Interfaces:
GeometryRow
public class Ellipse extends Object implements GeometryRow
-
-
Constructor Summary
Constructors Constructor Description Ellipse(com.microsoft.schemas.office.visio.x2012.main.RowType row)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToPath(Path2D.Double path, XDGFShape parent)DoublegetA()DoublegetB()DoublegetC()DoublegetD()booleangetDel()Path2D.DoublegetPath()DoublegetX()DoublegetY()voidsetupMaster(GeometryRow row)
-
-
-
Method Detail
-
getDel
public boolean getDel()
-
getX
public Double getX()
-
getY
public Double getY()
-
getA
public Double getA()
-
getB
public Double getB()
-
getC
public Double getC()
-
getD
public Double getD()
-
setupMaster
public void setupMaster(GeometryRow row)
- Specified by:
setupMasterin interfaceGeometryRow
-
getPath
public Path2D.Double getPath()
-
addToPath
public void addToPath(Path2D.Double path, XDGFShape parent)
- Specified by:
addToPathin interfaceGeometryRow
-
-