Constructor Summary |
---|
Scratch()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getA() | |
method | setA(value) | |
A general-purpose element. | ||
method | getB() | |
method | setB(value) | |
A general-purpose scratch element. | ||
method | getC() | |
method | setC(value) | |
A general-purpose element. | ||
method | getD() | |
method | setD(value) | |
A general-purpose element. | ||
method | getDel() | |
method | setDel(value) | |
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. | ||
method | getIX() | |
method | setIX(value) | |
The zero-based index of the element within its parent element. | ||
method | getX() | |
method | setX(value) | |
Specifies an x-coordinate on a shape in local coordinates. The following table describes the X element based on the element that contains it. | ||
method | getY() | |
method | setY(value) | |
Specifies a y-coordinate on a shape in local coordinates. Local coordinates are those whose frame of reference is the shape, instead of the page. |
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
int getIX() / setIX(value)
int getDel() / setDel(value)
DoubleValue getX() / setX(value)
DoubleValue getY() / setY(value)