MCPcopy Create free account
hub / github.com/ArtifexSoftware/mupdf / unscaledHeight

Method unscaledHeight

platform/java/example/Viewer.java:677–679  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

675 }
676
677 protected float unscaledHeight() {
678 return bbox != null ? bbox.y1 - bbox.y0 : 0;
679 }
680
681 protected void fitWidth() {
682 fit(pageScroll.getSize().width, unscaledWidth());

Callers 1

fitHeightMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected