MCPcopy Index your code
hub / github.com/aistrate/AlgorithmsSedgewick / filledRectangle

Method filledRectangle

StdLib/StdDraw.java:554–564  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

histogramMethod · 0.95
plotBarsMethod · 0.95

Calls 6

scaleXMethod · 0.95
scaleYMethod · 0.95
factorXMethod · 0.95
factorYMethod · 0.95
pixelMethod · 0.95
drawMethod · 0.95

Tested by

no test coverage detected