Constructor Summary |
---|
Scratch()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getA() | |
function | setA(value) | |
A general-purpose element. | ||
function | getB() | |
function | setB(value) | |
A general-purpose scratch element. | ||
function | getC() | |
function | setC(value) | |
A general-purpose element. | ||
function | getD() | |
function | setD(value) | |
A general-purpose element. | ||
function | getDel() | |
function | 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. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getX() | |
function | 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. | ||
function | getY() | |
function | 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 | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Scratch()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getA/setA : Value | |
function getA() / function setA(value) |
getB/setB : Value | |
function getB() / function setB(value) |
getC/setC : Value | |
function getC() / function setC(value) |
getD/setD : Value | |
function getD() / function setD(value) |
getX/setX : DoubleValue | |
function getX() / function setX(value) |
getY/setY : DoubleValue | |
function getY() / function setY(value) |
Method Detail |
---|
deepClone | |
function deepClone() |