Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ scale
Method
scale
app/src/processing/app/Theme.java:425–427 ·
view source on GitHub ↗
(int size)
Source
from the content-addressed store, hash-verified
423
}
424
425
static
public
int
scale(
int
size) {
426
return
size * getScale() / 100;
427
}
428
429
static
public
Dimension scale(Dimension dim) {
430
return
new
Dimension(scale(dim.width), scale(dim.height));
Callers
15
initComponents
Method · 0.95
getFont
Method · 0.95
applyPreferences
Method · 0.95
handleAbout
Method · 0.95
paint
Method · 0.95
NotificationPopup
Method · 0.80
InstallerJDialog
Method · 0.80
applyPreferences
Method · 0.80
Editor
Method · 0.80
EditorHeader
Class · 0.80
paintComponent
Method · 0.80
getMinimumSize
Method · 0.80
Calls
2
getScale
Method · 0.95
getSize
Method · 0.45
Tested by
no test coverage detected