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

Method drawRect

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

Source from the content-addressed store, hash-verified

530 }
531
532 public void drawRect(float thickness, FSkinColor skinColor, float x, float y, float w, float h) {
533 drawRect(thickness, skinColor.getColor(), x, y, w, h);
534 }
535
536 public void drawRect(float thickness, Color color, float x, float y, float w, float h) {
537 batch.end(); //must pause batch while rendering shapes

Callers 15

drawOverlayMethod · 0.80
drawAvatarMethod · 0.80
drawPlayerIndicatorMethod · 0.80
drawBackgroundMethod · 0.80
drawMethod · 0.80
drawOverlayMethod · 0.80
rotateTransformMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawOverlayMethod · 0.80
drawCheckBoxMethod · 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