Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
updateErrorPoints
Method · 0.95
mousePressed
Method · 0.80
mousePressed
Method · 0.80
setMessage
Method · 0.80
setErrorMessage
Method · 0.80
clearMessage
Method · 0.80
update
Method · 0.80
setPanel
Method · 0.80
setNotification
Method · 0.80
mousePressed
Method · 0.80
showFrame
Method · 0.80
makeFrame
Method · 0.80
Calls
1
recalculateMarkerPositions
Method · 0.95
Tested by
no test coverage detected