MCPcopy Create free account
hub / github.com/JetBrains/skija / createGraphics

Method createGraphics

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

Source from the content-addressed store, hash-verified

859 }
860
861 @Override
862 public java.awt.Graphics2D createGraphics() {
863 log("createGraphics");
864 return new SkiaGraphics(surface.getCanvas());
865 }
866
867 @Override
868 public int validate(java.awt.GraphicsConfiguration gc) {

Callers

nothing calls this directly

Calls 2

logMethod · 0.95
getCanvasMethod · 0.80

Tested by

no test coverage detected