Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ repaint
Method
repaint
app/src/processing/app/ui/MarkerColumn.java:87–91 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
85
86
87
@Override
88
public
void
repaint() {
89
recalculateMarkerPositions();
90
super.repaint();
91
}
92
93
94
@Override
Callers
15
updateErrorPoints
Method · 0.95
mousePressed
Method · 0.80
mousePressed
Method · 0.80
init
Method · 0.80
setCurrentIndex
Method · 0.80
handleMouse
Method · 0.80
setErrorMessage
Method · 0.80
clearMessage
Method · 0.80
updateTheme
Method · 0.80
setPanel
Method · 0.80
mousePressed
Method · 0.80
finishInstall
Method · 0.80
Calls
1
recalculateMarkerPositions
Method · 0.95
Tested by
no test coverage detected