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

Method getPagesCount

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

Source from the content-addressed store, hash-verified

331 }
332
333 public final int getPagesCount() {
334 return pages.size();
335 }
336
337 public final char[] getTextBuffer() {
338 return chapter.getTextBuffer();

Callers 2

goToPositionMethod · 0.80
reflowPagesMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected