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

Method getCurrentChapter

src/org/albite/book/model/book/Book.java:546–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

544 }
545
546 public final Chapter getCurrentChapter() {
547 return currentChapter;
548 }
549
550 public final void setCurrentChapter(final Chapter bc) {
551 currentChapter = bc;

Callers 11

processBookmarkMethod · 0.95
drawProgressBarMethod · 0.80
openBookMethod · 0.80
handleDummyPageMethod · 0.80
loadChapterMethod · 0.80
goToPositionMethod · 0.80
goToSavedPositionMethod · 0.80
reflowPagesMethod · 0.80
reloadPagesMethod · 0.80
reflowChapterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected