| Constructor Summary | 
|---|
| Property Getters/Setters Summary | ||
|---|---|---|
| method | getA() | |
| method | setA(value) | |
| The x-coordinate of the control point at the beginning of the curve in relative coordinates. | ||
| method | getB() | |
| method | setB(value) | |
| The y-coordinate of the control point at the beginning of the curve in relative coordinates. | ||
| method | getC() | |
| method | setC(value) | |
| The x-coordinate of the control point at the end of the curve in relative coordinates. | ||
| method | getD() | |
| method | setD(value) | |
| The y-coordinate of the control point at the end of the curve in relative coordinates. | ||
| method | getDel() | |
| method | setDel(value) | |
| 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. | ||
| method | getIX() | |
| method | setIX(value) | |
| The zero-based index of the element within its parent element. | ||
| method | getX() | |
| method | setX(value) | |
| The x-coordinate of the endpoint in relative coordinates. | ||
| method | getY() | |
| method | setY(value) | |
| The y-coordinate of the endpoint in relative coordinates. | ||
| Method Summary | ||
|---|---|---|
| method | deepClone() | |
| 
            Creates deep copy of this instance.
             | ||
int getIX() / setIX(value)
int getDel() / setDel(value)
DoubleValue getX() / setX(value)
DoubleValue getY() / setY(value)
DoubleValue getA() / setA(value)
DoubleValue getB() / setB(value)
DoubleValue getC() / setC(value)
DoubleValue getD() / setD(value)