MCPcopy Create free account
hub / github.com/JetBrains/skija / setText

Method setText

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

Source from the content-addressed store, hash-verified

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

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