MCPcopy Create free account
hub / github.com/HumbleUI/Skija / getDeviceConfiguration

Method getDeviceConfiguration

examples/scenes/src/SwingScene.java:294–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292 }
293
294 @Override
295 public java.awt.GraphicsConfiguration getDeviceConfiguration() {
296 log("[+] getDeviceConfiguration");
297 return SkiaGraphicsConfig.INSTANCE;
298 }
299
300 @Override
301 public void setComposite(java.awt.Composite comp) {

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected