Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/badvision/jace
/ zoomOut
Method
zoomOut
src/main/java/jace/ui/MetacheatUI.java:227–230 ·
view source on GitHub ↗
(ActionEvent event)
Source
from the content-addressed store, hash-verified
225
}
226
227
@FXML
228
void
zoomOut(ActionEvent event) {
229
changeZoom(-0.1);
230
}
231
232
@FXML
233
void
initialize() {
Callers
nothing calls this directly
Calls
1
changeZoom
Method · 0.95
Tested by
no test coverage detected