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

Method getGraphics

forge-gui-mobile/src/forge/Forge.java:310–312  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

308 }
309
310 public static Graphics getGraphics() {
311 return graphics;
312 }
313 public static SplashScreen getSplashScreen() {
314 if (splashScreen == null)
315 splashScreen = new SplashScreen();

Callers 14

drawColorHintsMethod · 0.95
readImagePropertiesMethod · 0.95
RewardActorClass · 0.95
createMethod · 0.45
doLayoutMethod · 0.45
updatePreferredSizeMethod · 0.45
getColumnWidthMethod · 0.45
FOptionPaneMethod · 0.45
getFontMetricsMethod · 0.45
autoSizeFontMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected