MCPcopy 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

canvasKeyTypedMethod · 0.95
fitPageMethod · 0.95

Calls 2

fitMethod · 0.95
unscaledHeightMethod · 0.95

Tested by

no test coverage detected