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

Method saveMark

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

Source from the content-addressed store, hash-verified

1142 }
1143
1144 protected Mark saveMark() {
1145 return new Mark(location);
1146 }
1147
1148 protected void restoreMark(Mark mark) {
1149 if (mark != null) {

Callers 3

markMethod · 0.95
pushHistoryMethod · 0.95
pushFutureMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected