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

Method popFuture

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

Source from the content-addressed store, hash-verified

1189 }
1190
1191 protected void popFuture() {
1192 Location here = location;
1193 pushHistory();
1194 while (futureCount > 0 && location.equals(here))
1195 restoreMark(future[--futureCount]);
1196 }
1197
1198 protected void pan(int panx, int pany) {
1199 Adjustable hadj = pageScroll.getHAdjustable();

Callers 1

jumpHistoryForwardMethod · 0.95

Calls 3

pushHistoryMethod · 0.95
restoreMarkMethod · 0.95
equalsMethod · 0.45

Tested by

no test coverage detected