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

Method drawString

examples/scenes/src/SwingScene.java:210–213  ·  view source on GitHub ↗
(String str, int x, int y)

Source from the content-addressed store, hash-verified

208 }
209
210 @Override
211 public void drawString(String str, int x, int y) {
212 drawString(str, (float) x, (float) y);
213 }
214
215 @Override
216 public void drawString(String str, float x, float y) {

Callers 15

drawMethod · 0.45
drawIconMethod · 0.45
drawMethod · 0.45
onDrawMethod · 0.45
drawTextLeftMethod · 0.45
drawTextCenterMethod · 0.45
drawTextRightMethod · 0.45
drawLineMethod · 0.45
drawBlobMethod · 0.45
drawOneMethod · 0.45
drawMethod · 0.45
drawMethod · 0.45

Calls 3

logMethod · 0.95
setFontMethod · 0.95
beforeDrawMethod · 0.95

Tested by

no test coverage detected