Uses of Class
net.nexttext.Book

Packages that use Book
net.nexttext   
 

Uses of Book in net.nexttext
 

Methods in net.nexttext that return Book
 Book TextObject.getBook()
          Get the book whose TextObject hierarchy this object is attached to.
 

Constructors in net.nexttext with parameters of type Book
TextObjectBuilder(Book book)
          Instantiates the TextObjectBuilder.
TextObjectBuilder(Book book, TextPage page)
          Instantiates the TextObjectBuilder.
TextPage(Book book, TextPageRenderer t)