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