MCPcopy Index your code
hub / github.com/processing/processing / line

Method line

core/src/processing/awt/PGraphicsJava2D.java:1198–1202  ·  view source on GitHub ↗
(float x1, float y1, float x2, float y2)

Source from the content-addressed store, hash-verified

1196
1197
1198 @Override
1199 public void line(float x1, float y1, float x2, float y2) {
1200 line.setLine(x1, y1, x2, y2);
1201 strokeShape(line);
1202 }
1203
1204
1205 @Override

Callers 2

vertexMethod · 0.95
pointMethod · 0.95

Calls 1

strokeShapeMethod · 0.95

Tested by

no test coverage detected