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

Method goToFirstPage

src/org/albite/albite/BookCanvas.java:1608–1611  ·  view source on GitHub ↗
(final int chapterNumber)

Source from the content-addressed store, hash-verified

1606 }
1607
1608 public final void goToFirstPage(final int chapterNumber) {
1609 final Chapter c = currentBook.getChapter(chapterNumber);
1610 goToFirstPage(c);
1611 }
1612
1613 private void goToFirstPage(final Chapter chapter) {
1614 loadChapter(chapter);

Callers 2

handleDummyPageMethod · 0.95
executeMethod · 0.45

Calls 3

loadChapterMethod · 0.95
renderPagesMethod · 0.95
getChapterMethod · 0.45

Tested by

no test coverage detected