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

Method drawRoundRect

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

Source from the content-addressed store, hash-verified

454 }
455
456 public void drawRoundRect(float thickness, FSkinColor skinColor, float x, float y, float w, float h, float cornerRadius) {
457 drawRoundRect(thickness, skinColor.getColor(), x, y, w, h, cornerRadius);
458 }
459
460 public void drawRoundRect(float thickness, Color color, float x, float y, float w, float h, float cornerRadius) {
461 batch.end(); //must pause batch while rendering shapes

Callers 11

drawfillBorderMethod · 0.95
drawBorderImageMethod · 0.95
drawMethod · 0.80
paintComponentMethod · 0.80
paintMethod · 0.80
paintComponentMethod · 0.80
drawBorderMethod · 0.80
drawHeaderMethod · 0.80
drawTypeLineMethod · 0.80
drawPTBoxMethod · 0.80
paintComponentMethod · 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