MCPcopy Create free account
hub / github.com/Card-Forge/forge / drawLine

Method drawLine

forge-gui-mobile/src/forge/Graphics.java:289–291  ·  view source on GitHub ↗
(float thickness, FSkinColor skinColor, float x1, float y1, float x2, float y2)

Source from the content-addressed store, hash-verified

287 }
288
289 public void drawLine(float thickness, FSkinColor skinColor, float x1, float y1, float x2, float y2) {
290 drawLine(thickness, skinColor.getColor(), x1, y1, x2, y2);
291 }
292
293 public void drawLine(float thickness, Color color, float x1, float y1, float x2, float y2) {
294 batch.end(); //must pause batch while rendering shapes

Callers 15

drawRectLinesMethod · 0.95
drawPixmapOnMethod · 0.80
drawOverlayMethod · 0.80
drawMethod · 0.80
drawOverlayMethod · 0.80
drawOverlayMethod · 0.80
drawMethod · 0.80
drawOverlayMethod · 0.80
drawOverlayMethod · 0.80
drawBackgroundMethod · 0.80
drawMethod · 0.80
drawOverlayMethod · 0.80

Calls 9

alphaColorMethod · 0.95
startShapeMethod · 0.95
adjustXMethod · 0.95
adjustYMethod · 0.95
endShapeMethod · 0.95
getColorMethod · 0.65
endMethod · 0.45
setColorMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected