java.lang.Object
com.aspose.diagram.XForm1D
public class XForm1D
| Property Getters/Setters Summary | ||
|---|---|---|
DoubleValue | getBeginX() | |
void | setBeginX(DoubleValue) | |
| 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) | |
| 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(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. | ||
DoubleValue | getEndX() | |
void | setEndX(DoubleValue) | |
| 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) | |
| 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. | ||
| Property Getters/Setters Detail |
|---|
getDel/setDel | |
public int getDel() / public void setDel(int value) | |
getBeginX/setBeginX | |
public DoubleValue getBeginX() / public void setBeginX(DoubleValue value) | |
getBeginY/setBeginY | |
public DoubleValue getBeginY() / public void setBeginY(DoubleValue value) | |
getEndX/setEndX | |
public DoubleValue getEndX() / public void setEndX(DoubleValue value) | |
getEndY/setEndY | |
public DoubleValue getEndY() / public void setEndY(DoubleValue value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |