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

Method fillRect

forge-gui-mobile/src/forge/Graphics.java:569–571  ·  view source on GitHub ↗
(FSkinColor skinColor, float x, float y, float w, float h)

Source from the content-addressed store, hash-verified

567 }
568
569 public void fillRect(FSkinColor skinColor, float x, float y, float w, float h) {
570 fillRect(skinColor.getColor(), x, y, w, h);
571 }
572
573 public void fillRect(Color color, float x, float y, float w, float h) {
574 batch.end(); //must pause batch while rendering shapes

Callers 15

drawImageMethod · 0.95
drawValueMethod · 0.80
drawMethod · 0.80
drawOverlayMethod · 0.80
drawBackgroundMethod · 0.80
drawTransitionMethod · 0.80
showSelectorMethod · 0.80
drawDisclaimerMethod · 0.80
drawBackgroundMethod · 0.80
drawMethod · 0.80
drawBackgroundMethod · 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