Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArtifexSoftware/mupdf
/ zoomIn
Method
zoomIn
platform/java/example/Viewer.java:657–659 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
655
}
656
657
protected
void
zoomIn() {
658
zoomToLevel(findNextLargerZoomLevel(currentDPI));
659
}
660
661
protected
void
zoomOut() {
662
zoomToLevel(findNextSmallerZoomLevel(currentDPI));
Callers
3
canvasKeyTyped
Method · 0.95
mouseWheelMoved
Method · 0.95
actionPerformed
Method · 0.95
Calls
2
zoomToLevel
Method · 0.95
findNextLargerZoomLevel
Method · 0.95
Tested by
no test coverage detected