java.lang.ObjectCoordinate
com.aspose.diagram.EllipticalArcTo
public class EllipticalArcTo
| Constructor Summary |
|---|
EllipticalArcTo()
Creates an instance of the |
| Property Getters/Setters Summary | ||
|---|---|---|
DoubleValue | getA() | |
void | setA(DoubleValue) | |
| The x-coordinate of the arc's control point. The control point is best located about halfway between the beginning and ending vertices of the arc. Otherwise, the arc may grow to an extreme size in order to pass through the control point, with unpredictable results. | ||
DoubleValue | getB() | |
void | setB(DoubleValue) | |
| The y-coordinate of an arc's control point. | ||
DoubleValue | getC() | |
void | setC(DoubleValue) | |
| The angle of an arc's major axis relative to the x-axis of its parent. | ||
DoubleValue | getD() | |
void | setD(DoubleValue) | |
| The ratio of an arc's major axis to its minor axis. Despite the usual meaning of these words, the major axis does not have to be greater than the minor axis, so this ratio does not have to be greater than 1. Setting this element to a value less than or equal to 0 or greater than 1000 can lead to unpredictable results. | ||
int | getDel() | |
void | setDel(int) | |
| A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant. | ||
int | getIX() | |
void | setIX(int) | |
| The zero-based index of the element within its parent element. | ||
DoubleValue | getX() | |
void | setX(DoubleValue) | |
| The x-coordinate of the ending vertex of an elliptical arc. | ||
DoubleValue | getY() | |
void | setY(DoubleValue) | |
| The y-coordinate of the ending vertex of an elliptical arc. | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | → inherited from Coordinate
|
| Creates deep copy of this instance. | ||
| Constructor Detail |
|---|
public EllipticalArcTo()
| Property Getters/Setters Detail |
|---|
getIX/setIX | |
public int getIX() / public void setIX(int value) | |
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getX/setX | |
public DoubleValue getX() / public void setX(DoubleValue value) | |
getY/setY | |
public DoubleValue getY() / public void setY(DoubleValue value) | |
getA/setA | |
public DoubleValue getA() / public void setA(DoubleValue value) | |
getB/setB | |
public DoubleValue getB() / public void setB(DoubleValue value) | |
getC/setC | |
public DoubleValue getC() / public void setC(DoubleValue value) | |
getD/setD | |
public DoubleValue getD() / public void setD(DoubleValue value) | |
| Method Detail |
|---|
deepClone | → inherited from Coordinate
|
public java.lang.Object deepClone()
throws java.lang.Exception | |