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

Method createGraphics

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

Source from the content-addressed store, hash-verified

860 }
861
862 @Override
863 public java.awt.Graphics2D createGraphics() {
864 log("createGraphics");
865 return new SkiaGraphics(surface.getCanvas());
866 }
867
868 @Override
869 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