MCPcopy Create free account
hub / github.com/GateNLP/gate-core / repaint

Method repaint

src/main/java/gate/gui/ResourceRenderer.java:237–239  ·  view source on GitHub ↗

Overridden for performance reasons.

(long tm, int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

235 * Overridden for performance reasons.
236 */
237 @Override
238 public void repaint(long tm, int x, int y, int width, int height) {
239 }
240
241 /**
242 * Overridden for performance reasons.

Callers 8

runMethod · 0.45
updateStackViewMethod · 0.45
itemStateChangedMethod · 0.45
selectPRMethod · 0.45
resourceRenamedMethod · 0.45
resourceLoadedMethod · 0.45
resourceUnloadedMethod · 0.45
resourceRenamedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected