Adaptagrams
|
A rectangle represents a fixed-size shape in the diagram that may be moved to prevent overlaps and satisfy constraints. More...
#include <rectangle.h>
Public Member Functions | |
Rectangle (double x, double X, double y, double Y, bool allowOverlap=false) | |
Constructs a rectangle by specifying the positions of all four sides. More... | |
A rectangle represents a fixed-size shape in the diagram that may be moved to prevent overlaps and satisfy constraints.
vpsc::Rectangle::Rectangle | ( | double | x, |
double | X, | ||
double | y, | ||
double | Y, | ||
bool | allowOverlap = false |
||
) |
Constructs a rectangle by specifying the positions of all four sides.
[in] | x | Minimum horizontal value. |
[in] | X | Maximum horizontal value. |
[in] | y | Minimum vertical value. |
[in] | Y | Maximum vertical value. |
[in] | allowOverlap | not used currently. |