Constructor Summary |
---|
Control()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | canGlue() | |
method | setCanGlue(value) | |
Determines whether a control handle can be glued to other shapes. | ||
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 | getID() | |
method | setID(value) | |
The unique ID of the element within its parent element. | ||
method | getIX() | |
method | setIX(value) | |
The zero-based index of the element within its parent element. | ||
method | getName() | |
method | setName(value) | |
The name of the element. | ||
method | getNameU() | |
method | setNameU(value) | |
The universal name of the element. | ||
method | getPrompt() | |
method | setPrompt(value) | |
Prompt element specifies descriptive text that appears as a tool tip when the mouse pointer is paused over a shape's control handle. | ||
method | getX() | |
method | setX(value) | |
The x-coordinate that indicates the location of a shape's control handle. | ||
method | getXCon() | |
method | setXCon(value) | |
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved. | ||
method | getXDyn() | |
method | setXDyn(value) | |
Specifies the x-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics. | ||
method | getY() | |
method | setY(value) | |
The y-coordinate that indicates the location of a shape's control handle. | ||
method | getYCon() | |
method | setYCon(value) | |
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved. | ||
method | getYDyn() | |
method | setYDyn(value) | |
Specifies the y-coordinate for a control handle's anchor point in local coordinates. The anchor point is used for rubber-banding during dynamics. |
Method Summary | ||
---|---|---|
method | deepClone() | |
Creates deep copy of this instance.
|
String getName() / setName(value)
String getNameU() / setNameU(value)
int getID() / setID(value)
int getIX() / setIX(value)
int getDel() / setDel(value)
DoubleValue getX() / setX(value)
DoubleValue getY() / setY(value)
DoubleValue getXDyn() / setXDyn(value)
DoubleValue getYDyn() / setYDyn(value)
ConType getXCon() / setXCon(value)
ConType getYCon() / setYCon(value)
BoolValue canGlue() / setCanGlue(value)
Str2Value getPrompt() / setPrompt(value)