Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
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) | |
X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the X element represents the x-coordinate of the first vertex after the break in the path | ||
method | getY() | |
method | setY(value) | |
Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the Y element represents the y-coordinate of the first vertex after the break in the path. |
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)