|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.area.BookmarkParentArea
org.foray.area.BookmarkArea
public final class BookmarkArea
The AreaTree representation of an fo:bookmark object.
Method Summary | |
---|---|
protected void |
addBookmarkAreaChild(BookmarkArea bookmarkArea)
Adds a bookmark area as a child. |
BookmarkTitleArea |
getBookmarkTitle()
Return the bookmark title for this bookmark. |
List<BookmarkArea> |
getChildren()
|
String |
getDestination()
|
BookmarkParentArea |
getParent()
Returns the parent of this bookmark. |
String |
getTitleText()
|
protected void |
layoutBookmarkTitle(org.axsl.fo.fo.BookmarkTitle bookmarkTitle)
Lays out a bookmark title. |
void |
makeChildren(org.axsl.fo.fo.Bookmark bookmark)
Creates the child areas for this bookmark area. |
Color |
traitColor()
|
org.axsl.font.Font.Style |
traitFontStyle()
|
org.axsl.font.Font.Weight |
traitFontWeight()
|
org.axsl.fo.fo.Bookmark |
traitGeneratedBy()
Returns the FO Tree bookmark node that created this. |
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 |
---|
public BookmarkTitleArea getBookmarkTitle()
protected void layoutBookmarkTitle(org.axsl.fo.fo.BookmarkTitle bookmarkTitle)
bookmarkTitle
- The bookmark title to be laid out.public List<BookmarkArea> getChildren()
getChildren
in interface org.axsl.galley.Bookmark
public void makeChildren(org.axsl.fo.fo.Bookmark bookmark)
bookmark
- The "generated-by" Bookmark.protected void addBookmarkAreaChild(BookmarkArea bookmarkArea)
BookmarkParentArea
addBookmarkAreaChild
in class BookmarkParentArea
bookmarkArea
- The bookmark area to be added.public org.axsl.fo.fo.Bookmark traitGeneratedBy()
public String getDestination()
getDestination
in interface org.axsl.galley.Bookmark
public String getTitleText()
getTitleText
in interface org.axsl.galley.Bookmark
public Color traitColor()
traitColor
in interface org.axsl.galley.Bookmark
public org.axsl.font.Font.Weight traitFontWeight()
traitFontWeight
in interface org.axsl.galley.Bookmark
public org.axsl.font.Font.Style traitFontStyle()
traitFontStyle
in interface org.axsl.galley.Bookmark
public BookmarkParentArea getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |