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

Method fillRoundRect

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

Source from the content-addressed store, hash-verified

503 }
504
505 public void fillRoundRect(FSkinColor skinColor, float x, float y, float w, float h, float cornerRadius) {
506 fillRoundRect(skinColor.getColor(), x, y, w, h, cornerRadius);
507 }
508
509 public void fillRoundRect(Color color, float x, float y, float w, float h, float cornerRadius) {
510 batch.end(); //must pause batch while rendering shapes

Callers 15

drawfillBorderMethod · 0.95
drawBorderImageMethod · 0.95
drawborderImageMethod · 0.95
drawImageMethod · 0.95
drawMethod · 0.80
paintComponentMethod · 0.80
paintComponentMethod · 0.80
paintComponentMethod · 0.80
paintChildrenMethod · 0.80
drawGroupCountBadgeMethod · 0.80
drawGhostOverlayMethod · 0.80
drawZoneBannerMethod · 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