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

Method setText

examples/scenes/src/DrawableScene.java:106–111  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

104 }
105
106 public void setText(String text) {
107 this.text = text;
108 var prevGen = getGenerationId();
109 notifyDrawingChanged();
110 // System.out.println(prevGen + " -> " + getGenerationId() + " Drawable::notifyDrawingChanged");
111 }
112}

Callers 6

drawMethod · 0.95
drawCharacterICUMethod · 0.45
drawCharacterJavaTextMethod · 0.45
drawWordICUMethod · 0.45
drawWordJavaTextMethod · 0.45
runMethod · 0.45

Calls 2

notifyDrawingChangedMethod · 0.80
getGenerationIdMethod · 0.45

Tested by

no test coverage detected