Draw a filled rectangle of given half width and half height, centered on (x, y). @param x the x-coordinate of the center of the rectangle @param y the y-coordinate of the center of the rectangle @param halfWidth is half the width of the rectangle @param halfHeight is half the height of the rectangle
(double x, double y, double halfWidth, double halfHeight)
source not stored for this graph (policy: none)