Adaptagrams
|
A Resize specifies a new required bounding box for a node. More...
#include <cola.h>
Public Member Functions | |
Resize (unsigned id, double x, double y, double w, double h) | |
Constructs a Resize object for a given node and it's new bounding box. More... | |
A Resize specifies a new required bounding box for a node.
|
inline |
Constructs a Resize object for a given node and it's new bounding box.
[in] | id | The index of the node in the Rectangles vector. |
[in] | x | The minimum horizontal value for the node's new bounding box. |
[in] | y | The minimum vertical value for the node's new bounding box. |
[in] | w | The width value for the node's new bounding box. |
[in] | h | The height value for the node's new bounding box. |