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

Method setBookLanguage

src/org/albite/albite/BookCanvas.java:2514–2526  ·  view source on GitHub ↗
(final String language)

Source from the content-addressed store, hash-verified

2512
2513 //#if !(TinyMode || TinyModeExport || LightMode || LightModeExport)
2514 public final void setBookLanguage(final String language) {
2515 if (currentBook.setLanguage(language)) {
2516 /*
2517 * Reload the hyphenator
2518 */
2519 loadHyphenator(language);
2520
2521 /*
2522 * Reflow the chapter
2523 */
2524 reflowChapter();
2525 }
2526 }
2527
2528 private void loadHyphenator(final String language) {
2529

Callers 2

setAutoBookLanguageMethod · 0.95
executeMethod · 0.80

Calls 3

loadHyphenatorMethod · 0.95
reflowChapterMethod · 0.95
setLanguageMethod · 0.80

Tested by

no test coverage detected