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

Method drawCircle

forge-gui-mobile/src/forge/Graphics.java:595–597  ·  view source on GitHub ↗
(float thickness, FSkinColor skinColor, float x, float y, float radius)

Source from the content-addressed store, hash-verified

593 }
594
595 public void drawCircle(float thickness, FSkinColor skinColor, float x, float y, float radius) {
596 drawCircle(thickness, skinColor.getColor(), x, y, radius);
597 }
598
599 public void drawCircle(float thickness, Color color, float x, float y, float radius) {
600 batch.end(); //must pause batch while rendering shapes

Callers 4

drawValueMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawManaCostMethod · 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