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

Method setIcon

forge-gui-mobile/src/forge/toolbox/FLabel.java:201–203  ·  view source on GitHub ↗
(final FImage icon0)

Source from the content-addressed store, hash-verified

199 return icon;
200 }
201 public void setIcon(final FImage icon0) {
202 icon = icon0;
203 }
204 public void setOverlayIcon(final FSkinImage overlayIcon0) {
205 overlayIcon = overlayIcon0;
206 }

Callers 15

actionPerformedMethod · 0.45
testMethod · 0.45
doLayoutMethod · 0.45
setAvatarIndexMethod · 0.45
setSleeveIndexMethod · 0.45
updatePreviewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected