org.foray.area
Class BookmarkParentArea

java.lang.Object
  extended by org.foray.area.BookmarkParentArea
Direct Known Subclasses:
BookmarkArea, BookmarkTreeArea

public abstract class BookmarkParentArea
extends Object

Superclass for classes that can be parents of BookmarkAreas.


Constructor Summary
BookmarkParentArea()
           
 
Method Summary
protected abstract  void addBookmarkAreaChild(BookmarkArea bookmarkArea)
          Adds a bookmark area as a child.
 void makeBookmarkArea(org.axsl.fo.fo.Bookmark bookmark)
          Recursively lays out a bookmark.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookmarkParentArea

public BookmarkParentArea()
Method Detail

makeBookmarkArea

public void makeBookmarkArea(org.axsl.fo.fo.Bookmark bookmark)
Recursively lays out a bookmark.

Parameters:
bookmark - The bookmark being laid out.

addBookmarkAreaChild

protected abstract void addBookmarkAreaChild(BookmarkArea bookmarkArea)
Adds a bookmark area as a child.

Parameters:
bookmarkArea - The bookmark area to be added.


Copyright © 2017. All rights reserved.