MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / goToNextPage

Method goToNextPage

src/org/albite/book/view/Booklet.java:221–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 public final boolean goToNextPage() {
222 if (inverted) {
223 return decrementPage();
224 } else {
225 return incrementPage();
226 }
227 }
228
229 private boolean incrementPage() {
230 int index = currentPageIndex + 1;

Callers 1

loadNextPageMethod · 0.80

Calls 2

decrementPageMethod · 0.95
incrementPageMethod · 0.95

Tested by

no test coverage detected