Constructor Summary |
---|
Connection()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getAutoGen() | |
Specifies if the connection point is generated automatically. A value of 1 indicates that the connection point is generated automatically.
|
||
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 | getDirX() | |
Specifies the x-component for the required alignment vector of a matching connection point. The DirX element is also used to orient the attached leg of a dynamic connector.
|
||
method | getDirY() | |
Specifies the y-component for the required alignment vector of a matching connection point. The DirY element is also used to orient the attached leg of a dynamic connector.
|
||
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() | |
Contains varying prompt information, based on the element in which it is contained.
|
||
method | getType() | |
Specifies various types, based on the element in which it is contained.
|
||
method | getX() | |
Specifies an x-coordinate on a shape in local coordinates.
|
||
method | getY() | |
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.
|
String getName() / setName(value)
String getNameU() / setNameU(value)
int getID() / setID(value)
int getIX() / setIX(value)
int getDel() / setDel(value)
DoubleValue getX()
DoubleValue getY()
DoubleValue getDirX()
DoubleValue getDirY()
TypeConnection getType()
BoolValue getAutoGen()
Str2Value getPrompt()