|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AnnotatedArticle | |
|---|---|
| nl.flotsam.pecia | The interfaces reflecting different chunks of a document; think sections, paragraphs, tables, footnotes, etc. |
| nl.flotsam.pecia.builder | The package providing the interfaces to be implemented by classes responsible for generating content. |
| nl.flotsam.pecia.builder.base | The package providing a default implementation of the builder interfaces. |
| Uses of AnnotatedArticle in nl.flotsam.pecia |
|---|
| Methods in nl.flotsam.pecia that return AnnotatedArticle | |
|---|---|
AnnotatedArticle<T> |
AnnotatedArticle.copyright(String holder,
int... year)
Adds a copyright notice to the start of the article. |
| Methods in nl.flotsam.pecia that return types with arguments of type AnnotatedArticle | |
|---|---|
Author<AnnotatedArticle<T>> |
AnnotatedArticle.author()
Adds author metadata to the start of the article. |
| Uses of AnnotatedArticle in nl.flotsam.pecia.builder |
|---|
| Subinterfaces of AnnotatedArticle in nl.flotsam.pecia.builder | |
|---|---|
interface |
ArticleBuilder<T>
|
interface |
ArticleDocument
|
| Uses of AnnotatedArticle in nl.flotsam.pecia.builder.base |
|---|
| Classes in nl.flotsam.pecia.builder.base that implement AnnotatedArticle | |
|---|---|
class |
DefaultArticleBuilder<T>
|
class |
DefaultArticleDocument
|
| Methods in nl.flotsam.pecia.builder.base that return AnnotatedArticle | |
|---|---|
AnnotatedArticle<T> |
DefaultArticleBuilder.copyright(String owner,
int... year)
|
AnnotatedArticle<T> |
DefaultArticleBuilder.start()
|
| Methods in nl.flotsam.pecia.builder.base that return types with arguments of type AnnotatedArticle | |
|---|---|
Author<AnnotatedArticle<T>> |
DefaultArticleBuilder.author()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||