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

Method reflowChapter

src/org/albite/albite/BookCanvas.java:2505–2511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2503 }
2504
2505 private void reflowChapter() {
2506 int start = chapterBooklet.getCurrentPage().getStart();
2507 renderWaitCursor();
2508 reflowPages();
2509 goToPosition(currentBook.getCurrentChapter(), start);
2510 mode = MODE_PAGE_READING;
2511 }
2512
2513 //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport)
2514 public final void setBookLanguage(final String language) {

Callers 5

cycleFontSizesMethod · 0.95
setFontSizeMethod · 0.95
switchNativeFontsMethod · 0.95
setBookLanguageMethod · 0.95
setChapterEncodingMethod · 0.95

Calls 6

renderWaitCursorMethod · 0.95
reflowPagesMethod · 0.95
goToPositionMethod · 0.95
getCurrentPageMethod · 0.80
getCurrentChapterMethod · 0.80
getStartMethod · 0.45

Tested by

no test coverage detected