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

Method zoomIn

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

Source from the content-addressed store, hash-verified

655 }
656
657 protected void zoomIn() {
658 zoomToLevel(findNextLargerZoomLevel(currentDPI));
659 }
660
661 protected void zoomOut() {
662 zoomToLevel(findNextSmallerZoomLevel(currentDPI));

Callers 3

canvasKeyTypedMethod · 0.95
mouseWheelMovedMethod · 0.95
actionPerformedMethod · 0.95

Calls 2

zoomToLevelMethod · 0.95

Tested by

no test coverage detected