Class Ellipse
- java.lang.Object
 - 
- org.apache.poi.xdgf.usermodel.section.geometry.Ellipse
 
 
- 
- All Implemented Interfaces:
 GeometryRow
public class Ellipse extends java.lang.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(java.awt.geom.Path2D.Double path, XDGFShape parent)java.lang.DoublegetA()java.lang.DoublegetB()java.lang.DoublegetC()java.lang.DoublegetD()booleangetDel()java.awt.geom.Path2D.DoublegetPath()java.lang.DoublegetX()java.lang.DoublegetY()voidsetupMaster(GeometryRow row) 
 - 
 
- 
- 
Method Detail
- 
getDel
public boolean getDel()
 
- 
getX
public java.lang.Double getX()
 
- 
getY
public java.lang.Double getY()
 
- 
getA
public java.lang.Double getA()
 
- 
getB
public java.lang.Double getB()
 
- 
getC
public java.lang.Double getC()
 
- 
getD
public java.lang.Double getD()
 
- 
setupMaster
public void setupMaster(GeometryRow row)
- Specified by:
 setupMasterin interfaceGeometryRow
 
- 
getPath
public java.awt.geom.Path2D.Double getPath()
 
- 
addToPath
public void addToPath(java.awt.geom.Path2D.Double path, XDGFShape parent)- Specified by:
 addToPathin interfaceGeometryRow
 
 - 
 
 -