Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
log
Method · 0.95
getCanvas
Method · 0.80
Tested by
no test coverage detected