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