Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ArtifexSoftware/mupdf
/ fitWidth
Method
fitWidth
platform/java/example/Viewer.java:681–683 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
679
}
680
681
protected
void
fitWidth() {
682
fit(pageScroll.getSize().width, unscaledWidth());
683
}
684
685
protected
void
fitHeight() {
686
fit(pageScroll.getSize().height, unscaledHeight());
Callers
2
canvasKeyTyped
Method · 0.95
fitPage
Method · 0.95
Calls
2
fit
Method · 0.95
unscaledWidth
Method · 0.95
Tested by
no test coverage detected