public class MoveTo
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
int | getDel() | |
void | setDel(intvalue) | |
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(intvalue) | |
The zero-based index of the element within its parent element. | ||
DoubleValue | getX() | |
void | setX(DoubleValue 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 | ||
DoubleValue | getY() | |
void | setY(DoubleValue 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 | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getIX() / public void setIX(int value)
public int getDel() / public void setDel(int value)
public DoubleValue getX() / public void setX(DoubleValue value)
public DoubleValue getY() / public void setY(DoubleValue value)