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

Method isEmpty

src/org/albite/book/view/TextPage.java:683–685  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

681 }
682
683 public final boolean isEmpty() {
684 return (regions.length == 0) && (imageRegion == null);
685 }
686
687 public final void draw(
688 final Graphics g,

Callers 10

BookletMethod · 0.95
exitMIDletMethod · 0.45
parseNextMethod · 0.45
finishedReadingMethod · 0.45
TextPageMethod · 0.45
relativeToAbsoluteURLMethod · 0.45
hyphenateMethod · 0.45
showCurrDirMethod · 0.45
showCurrDirMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected