public class EllipticalArcTo extends Object implements GeometryRow
| Constructor and Description |
|---|
EllipticalArcTo(com.microsoft.schemas.office.visio.x2012.main.RowType row) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
Double |
getA() |
Double |
getB() |
Double |
getC() |
Double |
getD() |
boolean |
getDel() |
Double |
getX() |
Double |
getY() |
void |
setupMaster(GeometryRow row) |
public EllipticalArcTo(com.microsoft.schemas.office.visio.x2012.main.RowType row)
public boolean getDel()
public Double getX()
public Double getY()
public Double getA()
public Double getB()
public Double getC()
public Double getD()
public void setupMaster(GeometryRow row)
setupMaster in interface GeometryRowpublic void addToPath(Path2D.Double path, XDGFShape parent)
addToPath in interface GeometryRowpublic static void createEllipticalArc(double x,
double y,
double a,
double b,
double c,
double d,
Path2D.Double path)
protected static double computeSweep(double startAngle,
double endAngle,
double ctrlAngle)