|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.intermediate.extensions.BookmarkTree
public class BookmarkTree
This class is the root of the bookmark tree for use in the intermediate format.
Constructor Summary | |
---|---|
BookmarkTree()
Constructs a new bookmark tree. |
Method Summary | |
---|---|
void |
addBookmark(Bookmark bookmark)
Adds a new top-level bookmark. |
java.util.List |
getBookmarks()
Returns a list of top-level bookmarks. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BookmarkTree()
Method Detail |
---|
public void addBookmark(Bookmark bookmark)
bookmark
- the bookmarkpublic java.util.List getBookmarks()
|
fop 2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |