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

Method log

examples/scenes/src/SwingScene.java:177–179  ·  view source on GitHub ↗
(String format, Object... args)

Source from the content-addressed store, hash-verified

175 }
176
177 public void log(String format, Object... args) {
178 // System.out.println(indent + String.format(format, args));
179 }
180
181 @Override
182 public void draw(java.awt.Shape s) {

Callers 15

drawMethod · 0.95
drawImageMethod · 0.95
drawRenderedImageMethod · 0.95
drawRenderableImageMethod · 0.95
drawStringMethod · 0.95
drawGlyphVectorMethod · 0.95
fillMethod · 0.95
hitMethod · 0.95
setCompositeMethod · 0.95
setPaintMethod · 0.95
setStrokeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected