java.lang.ObjectCoordinate
com.aspose.diagram.RelCubBezTo
public class RelCubBezTo
| Constructor Summary |
|---|
RelCubBezTo()
Creates an instance of |
| Property Getters/Setters Summary | ||
|---|---|---|
DoubleValue | getA() | |
void | setA(DoubleValue) | |
| The x-coordinate of the control point at the beginning of the curve in relative coordinates. | ||
DoubleValue | getB() | |
void | setB(DoubleValue) | |
| The y-coordinate of the control point at the beginning of the curve in relative coordinates. | ||
DoubleValue | getC() | |
void | setC(DoubleValue) | |
| The x-coordinate of the control point at the end of the curve in relative coordinates. | ||
DoubleValue | getD() | |
void | setD(DoubleValue) | |
| The y-coordinate of the control point at the end of the curve in relative coordinates. | ||
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 endpoint in relative coordinates. | ||
DoubleValue | getY() | |
void | setY(DoubleValue) | |
| The y-coordinate of the endpoint in relative coordinates. | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | → inherited from Coordinate
|
| Creates deep copy of this instance. | ||
| Constructor Detail |
|---|
public RelCubBezTo()
| 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 | |