MCPcopy 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

canvasKeyTypedMethod · 0.95
fitPageMethod · 0.95

Calls 2

fitMethod · 0.95
unscaledWidthMethod · 0.95

Tested by

no test coverage detected