SourceForge.net Logo
aXSL API 0.2

org.axsl.galley
Interface Galley

All Superinterfaces:
AreaNode, java.lang.Iterable<AreaNode>, javax.swing.tree.TreeNode

public interface Galley
extends AreaNode

A document that has been laid out on pages.


Method Summary
 java.lang.String getAuthor()
          Returns the document author.
 BookmarkTree getBookmarkTree()
          Returns the bookmark tree for this document.
 FontConsumer getFontConsumer()
          Returns the FontConsumer instance for this document.
 java.lang.String getKeywords()
          Returns the document keywords.
 java.lang.String getSubject()
          Returns the document subject.
 java.lang.String getTitle()
          Returns the document title.
 
Methods inherited from interface org.axsl.galley.AreaNode
getAreaName, getChildAt, getGalley, render
 
Methods inherited from interface javax.swing.tree.TreeNode
children, getAllowsChildren, getChildCount, getIndex, getParent, isLeaf
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getTitle

java.lang.String getTitle()
Returns the document title.

Returns:
The document title metadata.

getAuthor

java.lang.String getAuthor()
Returns the document author.

Returns:
The document author metadata.

getSubject

java.lang.String getSubject()
Returns the document subject.

Returns:
The document subject metadata.

getKeywords

java.lang.String getKeywords()
Returns the document keywords.

Returns:
The document keywords metadata.

getBookmarkTree

BookmarkTree getBookmarkTree()
Returns the bookmark tree for this document.

Returns:
The bookmark tree for this document.

getFontConsumer

FontConsumer getFontConsumer()
Returns the FontConsumer instance for this document.

Returns:
The FontConsumer instance.

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.