Uses of Class
net.nexttext.TextPage

Packages that use TextPage
net.nexttext   
net.nexttext.renderer   
 

Uses of TextPage in net.nexttext
 

Methods in net.nexttext that return TextPage
 TextPage Book.addPage(java.lang.String pageName)
          Create and add a named TextPage to the Book
 TextPage Book.addPage(java.lang.String name, TextPage p)
          Add a named page to the book
 TextPage Book.addPage(TextPage p)
          Add a page to the book without specifying a name.
 TextPage Book.getPage(java.lang.String name)
          Get a named page from the book
 

Methods in net.nexttext that return types with arguments of type TextPage
 java.util.Collection<TextPage> Book.getPages()
          Returns the page set
 

Methods in net.nexttext with parameters of type TextPage
 TextPage Book.addPage(java.lang.String name, TextPage p)
          Add a named page to the book
 TextPage Book.addPage(TextPage p)
          Add a page to the book without specifying a name.
 

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

Uses of TextPage in net.nexttext.renderer
 

Methods in net.nexttext.renderer with parameters of type TextPage
 void VelocityRenderer.renderPage(TextPage textPage)
          Traverses the TextObject hierarchy and renders a velocity vector for any TextObject having a Velocity property.
abstract  void TextPageRenderer.renderPage(TextPage textPage)
          The rendering loop.
 void TextInternalsRenderer.renderPage(TextPage textPage)
           
 void P2DTextPageRenderer.renderPage(TextPage textPage)
           
 void Java2DTextPageRenderer.renderPage(TextPage textPage)
          The rendering loop.
 void G3DTextPageRenderer.renderPage(TextPage textPage)
          The rendering loop.
 void BoundingBoxRenderer.renderPage(TextPage textPage)
          Traverse the TextObject tree and render all of its elements.