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

Method fillCircle

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

Source from the content-addressed store, hash-verified

623 }
624
625 public void fillCircle(FSkinColor skinColor, float x, float y, float radius) {
626 fillCircle(skinColor.getColor(), x, y, radius);
627 }
628
629 public void fillCircle(Color color, float x, float y, float radius) {
630 batch.end(); //must pause batch while rendering shapes

Callers 4

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