Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getIconHeight
Method
getIconHeight
app/src/processing/app/ui/Toolkit.java:569–572 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
567
}
568
569
@Override
570
public
int
getIconHeight() {
571
return
Toolkit.zoom(super.getIconHeight()) / scale;
572
}
573
574
@Override
575
public
synchronized
void
paintIcon(Component c, Graphics g,
int
x,
int
y) {
Callers
3
paintIcon
Method · 0.95
About
Method · 0.80
calcHeight
Method · 0.80
Calls
1
zoom
Method · 0.95
Tested by
no test coverage detected