public class Scratch
Constructor Summary |
---|
Scratch()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
Value | getA() | |
void | ||
A general-purpose element. | ||
Value | getB() | |
void | ||
A general-purpose scratch element. | ||
Value | getC() | |
void | ||
A general-purpose element. | ||
Value | getD() | |
void | ||
A general-purpose element. | ||
int | getDel() | |
void | 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. | ||
int | getIX() | |
void | setIX(intvalue) | |
The zero-based index of the element within its parent element. | ||
DoubleValue | getX() | |
void | setX(DoubleValue 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. | ||
DoubleValue | getY() | |
void | setY(DoubleValue 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 | ||
---|---|---|
java.lang.Object | deepClone() | |
Creates deep copy of this instance.
|
public int getIX() / public void setIX(int value)
public int getDel() / public void setDel(int value)
public DoubleValue getX() / public void setX(DoubleValue value)
public DoubleValue getY() / public void setY(DoubleValue value)