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

Method goToFirstPage

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

Source from the content-addressed store, hash-verified

237 }
238
239 public final void goToFirstPage() {
240 currentPageIndex = 1;
241 setPages();
242 }
243
244 public final void goToLastPage() {
245 currentPageIndex = pages.size() - 2;

Callers 3

BookletMethod · 0.95
goToPositionMethod · 0.95
goToPageMethod · 0.95

Calls 1

setPagesMethod · 0.95

Tested by

no test coverage detected