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

Method drawLineArrow

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

Source from the content-addressed store, hash-verified

326 }
327
328 public void drawLineArrow(float arrowThickness, FSkinColor skinColor, float x1, float y1, float x2, float y2) {
329 drawLineArrow(arrowThickness, skinColor.getColor(), x1, y1, x2, y2);
330 }
331
332 public void drawLineArrow(float thickness, Color color, float x1, float y1, float x2, float y2) {
333 batch.end(); //must pause batch while rendering shapes

Callers 1

drawArrowMethod · 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