MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / drawRect

Method drawRect

src/java/awt/Graphics.java:207–212  ·  view source on GitHub ↗

Draws the outline of the specified rectangle using the current color. Use drawRect(x, y, width-1, height-1) to draw the outline inside the specified rectangle. @param x the x coordinate @param y the y coordinate @param width the width of the rectangle @param height the height of the rectangle @see #

(int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

paintNodeMethod · 0.80
paintMethod · 0.80
drawMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80

Calls 1

drawLineMethod · 0.95

Tested by 2

drawMethod · 0.64
paintMethod · 0.64