SourceForge.net Logo
aXSL API 0.2

org.axsl.galley
Interface Bookmark


public interface Bookmark

A document bookmark.


Method Summary
 java.util.List<? extends Bookmark> getChildren()
          The child bookmarks in this bookmark.
 java.lang.String getDestination()
          Returns the destination associated with this bookmark.
 java.lang.String getTitleText()
          Returns the text of the title.
 java.awt.Color traitColor()
          Returns the color of this node.
 Font.Style traitFontStyle()
          Returns the font style (normal, italic, etc.) for this area.
 Font.Weight traitFontWeight()
          Returns the relative boldness of the font-family typeface that should be used.
 

Method Detail

getTitleText

java.lang.String getTitleText()
Returns the text of the title.

Returns:
The text of the title.

traitColor

java.awt.Color traitColor()
Returns the color of this node.

Returns:
The color of this node.

traitFontWeight

Font.Weight traitFontWeight()
Returns the relative boldness of the font-family typeface that should be used.

Returns:
The font weight constant for this area.

traitFontStyle

Font.Style traitFontStyle()
Returns the font style (normal, italic, etc.) for this area.

Returns:
The font style.

getDestination

java.lang.String getDestination()
Returns the destination associated with this bookmark.

Returns:
The destination associated with this bookmark.

getChildren

java.util.List<? extends Bookmark> getChildren()
The child bookmarks in this bookmark.

Returns:
The bookmarks that are immediate descendants of this bookmark. Returns an empty list if there are no descendants.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.