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

Method getTextBuffer

src/org/albite/book/view/Booklet.java:337–339  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

335 }
336
337 public final char[] getTextBuffer() {
338 return chapter.getTextBuffer();
339 }
340
341 public final Chapter getChapter() {
342 return chapter;

Callers 6

setupNewBookmarkMethod · 0.45
TextPageMethod · 0.45
drawSelectedMethod · 0.45
drawMethod · 0.45
goToPositionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected