Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processBookmark
Method · 0.95
drawProgressBar
Method · 0.80
processPointerReleased
Method · 0.80
openBook
Method · 0.80
handleDummyPage
Method · 0.80
loadChapter
Method · 0.80
goToPosition
Method · 0.80
goToSavedPosition
Method · 0.80
reflowPages
Method · 0.80
reloadPages
Method · 0.80
reflowChapter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected