MCPcopy Index your code
hub / github.com/YujiSoftware/JDK1.0 / drawLine

Method drawLine

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

Draws a line between the coordinates (x1,y1) and (x2,y2). The line is drawn below and to the left of the logical coordinates. @param x1 the first point's x coordinate @param y1 the first point's y coordinate @param x2 the second point's x coordinate @param y2 the second point's y coordinate

(int x1, int y1, int x2, int y2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

drawRectMethod · 0.95
draw3DRectMethod · 0.95
fill3DRectMethod · 0.95
paintMethod · 0.80
paintMethod · 0.80
updateMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80
paintMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by 3

paintMethod · 0.64
paintMethod · 0.64
paintMethod · 0.64