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

Method jumpHistoryForward

platform/java/example/Viewer.java:1135–1142  ·  view source on GitHub ↗
(int number)

Source from the content-addressed store, hash-verified

1133 }
1134
1135 protected void jumpHistoryForward(int number) {
1136 cancelSearch();
1137 if (number == 0) {
1138 if (futureCount > 0) {
1139 popFuture();
1140 }
1141 }
1142 }
1143
1144 protected Mark saveMark() {
1145 return new Mark(location);

Callers 1

canvasKeyTypedMethod · 0.95

Calls 2

cancelSearchMethod · 0.95
popFutureMethod · 0.95

Tested by

no test coverage detected