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

Method drawborderImage

forge-gui-mobile/src/forge/Graphics.java:767–771  ·  view source on GitHub ↗
(Color borderColor, float x, float y, float w, float h)

Source from the content-addressed store, hash-verified

765 }
766
767 public void drawborderImage(Color borderColor, float x, float y, float w, float h) {
768 float oldalpha = alphaComposite;
769 fillRoundRect(borderColor, x, y, w, h, (h - w) / 12);
770 setAlphaComposite(oldalpha);
771 }
772
773 public void drawImage(FImage image, Color borderColor, float x, float y, float w, float h) {
774 if (image == null)

Callers 1

drawMethod · 0.80

Calls 2

fillRoundRectMethod · 0.95
setAlphaCompositeMethod · 0.95

Tested by

no test coverage detected