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

Method zoomOut

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

Source from the content-addressed store, hash-verified

659 }
660
661 protected void zoomOut() {
662 zoomToLevel(findNextSmallerZoomLevel(currentDPI));
663 }
664
665 protected void zoomToScale(float newZoom) {
666 zoomToDPI((int)(newZoom * 72));

Callers 3

canvasKeyTypedMethod · 0.95
mouseWheelMovedMethod · 0.95
actionPerformedMethod · 0.95

Calls 2

zoomToLevelMethod · 0.95

Tested by

no test coverage detected