MCPcopy Index your code
hub / github.com/processing/processing / repaint

Method repaint

app/src/processing/app/ui/MarkerColumn.java:88–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

86
87
88 @Override
89 public void repaint() {
90 recalculateMarkerPositions();
91 super.repaint();
92 }
93
94
95 @Override

Callers 15

updateErrorPointsMethod · 0.95
mousePressedMethod · 0.80
mousePressedMethod · 0.80
setMessageMethod · 0.80
setErrorMessageMethod · 0.80
clearMessageMethod · 0.80
updateMethod · 0.80
setPanelMethod · 0.80
setNotificationMethod · 0.80
mousePressedMethod · 0.80
showFrameMethod · 0.80
makeFrameMethod · 0.80

Calls 1

Tested by

no test coverage detected