public class XForm1D
Property Getters/Setters Summary | ||
---|---|---|
DoubleValue | getBeginX() | |
void | setBeginX(DoubleValue value) | |
Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent. | ||
DoubleValue | getBeginY() | |
void | setBeginY(DoubleValue value) | |
Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent. | ||
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. | ||
DoubleValue | getEndX() | |
void | setEndX(DoubleValue value) | |
Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent. | ||
DoubleValue | getEndY() | |
void | setEndY(DoubleValue value) | |
Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent. |
Method Summary | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getDel() / public void setDel(int value)
public DoubleValue getBeginX() / public void setBeginX(DoubleValue value)
public DoubleValue getBeginY() / public void setBeginY(DoubleValue value)
public DoubleValue getEndX() / public void setEndX(DoubleValue value)
public DoubleValue getEndY() / public void setEndY(DoubleValue value)