28 #include "libvpsc/rectangle.h" 51 Box(
double xMin,
double xMax,
double yMin,
double yMax);
67 bool empty(
void)
const;
68 double min(
size_t dim)
const;
69 double max(
size_t dim)
const;
70 void outputCode(FILE *fp)
const;
75 static double nonNegative(
double value);
Box()
Constructs an empty padding or margin box.
Definition: box.cpp:44
A box consisting of four edge values for representing padding or margins for rectangles.
Definition: box.h:37
A rectangle represents a fixed-size shape in the diagram that may be moved to prevent overlaps and sa...
Definition: rectangle.h:78
libcola: Force-directed network layout subject to separation constraints library. ...
Definition: box.cpp:25