org.foray.area
Class BookmarkTreeArea

java.lang.Object
  extended by org.foray.area.BookmarkParentArea
      extended by org.foray.area.BookmarkTreeArea
All Implemented Interfaces:
org.axsl.galley.BookmarkTree

public final class BookmarkTreeArea
extends BookmarkParentArea
implements org.axsl.galley.BookmarkTree

A NonArea class for items generated by fo:bookmark-tree.


Method Summary
protected  void addBookmarkAreaChild(BookmarkArea bookmarkArea)
          Adds a bookmark area as a child.
 List<BookmarkArea> getChildren()
           
 org.axsl.fo.fo.BookmarkTree getGeneratedBy()
          Returns the FO Tree node that generated this bookmark tree.
 AreaTree getParent()
          Returns the parent AreaTree.
 
Methods inherited from class org.foray.area.BookmarkParentArea
makeBookmarkArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChildren

public List<BookmarkArea> getChildren()
Specified by:
getChildren in interface org.axsl.galley.BookmarkTree

addBookmarkAreaChild

protected void addBookmarkAreaChild(BookmarkArea bookmarkArea)
Description copied from class: BookmarkParentArea
Adds a bookmark area as a child.

Specified by:
addBookmarkAreaChild in class BookmarkParentArea
Parameters:
bookmarkArea - The bookmark area to be added.

getParent

public AreaTree getParent()
Returns the parent AreaTree.

Returns:
The parent AreaTree.

getGeneratedBy

public org.axsl.fo.fo.BookmarkTree getGeneratedBy()
Returns the FO Tree node that generated this bookmark tree.

Returns:
The FO Tree node that generated this bookmark tree.


Copyright © 2017. All rights reserved.