Constructor
# new LayoutNode(x, y, id, labelopt, xx, yy, type, parent)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
x |
number
|
x coord of node | |
y |
number
|
y coord of node | |
id |
strng
|
id for node | |
label |
string
|
<optional> |
label for the node |
xx |
number
|
parent x | |
yy |
number
|
parent y | |
type |
number
|
input or output node | |
parent |
CircuitElement
|
parent of the node |