Uses of Interface
nl.flotsam.pecia.Author

Packages that use Author
nl.flotsam.pecia The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc. 
nl.flotsam.pecia.builder.base The package providing a default implementation of the builder interfaces. 
 

Uses of Author in nl.flotsam.pecia
 

Methods in nl.flotsam.pecia that return Author
 Author<AnnotatedArticle<T>> AnnotatedArticle.author()
          Adds author metadata to the start of the article.
 Author<T> Author.email(String email)
          Passes the email address of the author.
 Author<T> Author.firstname(String firstname)
          Passes the first name of the author.
 Author<T> Author.surname(String surname)
          Passes the surname of the author.
 

Uses of Author in nl.flotsam.pecia.builder.base
 

Methods in nl.flotsam.pecia.builder.base that return Author
 Author<AnnotatedArticle<T>> DefaultArticleBuilder.author()
           
 



Copyright © 2010. All Rights Reserved.