Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ getIconHeight
Method
getIconHeight
app/src/processing/app/ui/Toolkit.java:635–638 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
633
}
634
635
@Override
636
public
int
getIconHeight() {
637
return
Toolkit.zoom(super.getIconHeight()) / scale;
638
}
639
640
@Override
641
public
synchronized
void
paintIcon(Component c, Graphics g,
int
x,
int
y) {
Callers
3
paintIcon
Method · 0.95
About
Method · 0.80
drawButton
Method · 0.80
Calls
1
zoom
Method · 0.95
Tested by
no test coverage detected