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

Method setupNewBookmark

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

Source from the content-addressed store, hash-verified

2439 }
2440
2441 public final void setupNewBookmark() {
2442 final Page p =
2443 chapterBooklet.getCurrentPage();
2444
2445 app.setCurrentBookmarkOptions(
2446 p.getStart(),
2447 p.getTextForBookmark(chapterBooklet.getTextBuffer()));
2448 }
2449
2450 public final int getCurrentMargin() {
2451 return currentMarginWidth;

Callers 1

menuActionMethod · 0.80

Calls 5

getStartMethod · 0.95
getTextForBookmarkMethod · 0.95
getCurrentPageMethod · 0.80
getTextBufferMethod · 0.45

Tested by

no test coverage detected