Adaptagrams
|
A Lock specifies a required position for a node. More...
#include <cola.h>
Public Member Functions | |
Lock (unsigned id, double X, double Y) | |
Constructs a Lock object for a given node and position. More... | |
A Lock specifies a required position for a node.
|
inline |
Constructs a Lock object for a given node and position.
[in] | id | The index of the node in the Rectangles vector. |
[in] | X | The node's fixed position in the x-dimension. |
[in] | Y | The node's fixed position in the y-dimension. |