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