Constructor Summary |
---|
Control()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | canGlue() | |
function | setCanGlue(value) | |
Determines whether a control handle can be glued to other shapes. | ||
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 | getID() | |
function | setID(value) | |
The unique ID of the element within its parent element. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getName() | |
function | setName(value) | |
The name of the element. | ||
function | getNameU() | |
function | setNameU(value) | |
The universal name of the element. | ||
function | getPrompt() | |
function | 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. | ||
function | getX() | |
function | setX(value) | |
The x-coordinate that indicates the location of a shape's control handle. | ||
function | getXCon() | |
function | setXCon(value) | |
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved. | ||
function | getXDyn() | |
function | 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. | ||
function | getY() | |
function | setY(value) | |
The y-coordinate that indicates the location of a shape's control handle. | ||
function | getYCon() | |
function | setYCon(value) | |
Specifies the type of behavior the x-coordinate of the control handle exhibits after the handle is moved. | ||
function | getYDyn() | |
function | 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 | ||
---|---|---|
function | deepClone() | |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Control()
Property Getters/Setters Detail |
---|
getName/setName : String | |
function getName() / function setName(value) |
getNameU/setNameU : String | |
function getNameU() / function setNameU(value) |
getID/setID : Number | |
function getID() / function setID(value) |
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getX/setX : DoubleValue | |
function getX() / function setX(value) |
getY/setY : DoubleValue | |
function getY() / function setY(value) |
getXDyn/setXDyn : DoubleValue | |
function getXDyn() / function setXDyn(value) |
getYDyn/setYDyn : DoubleValue | |
function getYDyn() / function setYDyn(value) |
getXCon/setXCon : ConType | |
function getXCon() / function setXCon(value) |
getYCon/setYCon : ConType | |
function getYCon() / function setYCon(value) |
canGlue/setCanGlue : BoolValue | |
function canGlue() / function setCanGlue(value) |
getPrompt/setPrompt : Str2Value | |
function getPrompt() / function setPrompt(value) |
Method Detail |
---|
deepClone | |
function deepClone() |