MCPcopy Create free account
hub / github.com/Semaserg/LeetCodeProblems / pixel

Method pixel

graph/GenerateMaze_vstar/StdDraw.java:965–967  ·  view source on GitHub ↗

Draws one pixel at ( x , y ). This method is private because pixels depend on the display. To achieve the same effect, set the pen radius to 0 and call point(). @param x the x -coordinate of the pixel @param y the y -coordinate of the pixel

(double x, double y)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

pointMethod · 0.95
circleMethod · 0.95
filledCircleMethod · 0.95
ellipseMethod · 0.95
filledEllipseMethod · 0.95
arcMethod · 0.95
squareMethod · 0.95
filledSquareMethod · 0.95
rectangleMethod · 0.95
filledRectangleMethod · 0.95
pictureMethod · 0.95

Calls 2

scaleXMethod · 0.95
scaleYMethod · 0.95

Tested by

no test coverage detected