Class EllipticalArcTo
java.lang.Object
org.apache.poi.xdgf.usermodel.section.geometry.EllipticalArcTo
- All Implemented Interfaces:
GeometryRow
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addToPath
(Path2D.Double path, XDGFShape parent) protected static double
computeSweep
(double startAngle, double endAngle, double ctrlAngle) static void
createEllipticalArc
(double x, double y, double a, double b, double c, double d, Path2D.Double path) getA()
getB()
getC()
getD()
boolean
getDel()
getX()
getY()
void
setupMaster
(GeometryRow row)
-
Field Details
-
draw
public static int draw
-
-
Constructor Details
-
EllipticalArcTo
public EllipticalArcTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
-
-
Method Details
-
getDel
public boolean getDel() -
getX
-
getY
-
getA
-
getB
-
getC
-
getD
-
setupMaster
- Specified by:
setupMaster
in interfaceGeometryRow
-
addToPath
- Specified by:
addToPath
in interfaceGeometryRow
-
createEllipticalArc
public static void createEllipticalArc(double x, double y, double a, double b, double c, double d, Path2D.Double path) -
computeSweep
protected static double computeSweep(double startAngle, double endAngle, double ctrlAngle)
-