java.lang.Object
com.aspose.diagram.Coordinate
public abstract class Coordinate
| Property Getters/Setters Summary | ||
|---|---|---|
abstract int | getDel() | |
abstract 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. | ||
abstract int | getIX() | |
abstract void | setIX(int) | |
| The zero-based index of the element within its parent element. | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | |
| Creates deep copy of this instance. | ||
| Property Getters/Setters Detail |
|---|
getIX/setIX | |
public abstract int getIX() / public abstract void setIX(int value) | |
getDel/setDel | |
public abstract int getDel() / public abstract void setDel(int value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |