Uses of Class
org.apache.fop.layout.LinkSet

Packages that use LinkSet
org.apache.fop.fo   
org.apache.fop.layout   
 

Uses of LinkSet in org.apache.fop.fo
 

Fields in org.apache.fop.fo declared as LinkSet
protected  LinkSet FONode.linkSet
           
 

Methods in org.apache.fop.fo that return LinkSet
 LinkSet FONode.getLinkSet()
           
 

Methods in org.apache.fop.fo with parameters of type LinkSet
 void FONode.setLinkSet(LinkSet linkSet)
           
static int FOText.addText(BlockArea ba, FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char[] data, int start, int end, TextState textState, int vAlign)
           
protected static int FOText.addRealText(BlockArea ba, FontState fontState, float red, float green, float blue, int wrapOption, LinkSet ls, int whiteSpaceCollapse, char[] data, int start, int end, TextState textState, int vAlign)
           
 void XMLObj.setLinkSet(LinkSet linkSet)
           
 

Uses of LinkSet in org.apache.fop.layout
 

Fields in org.apache.fop.layout declared as LinkSet
protected  LinkSet BlockArea.currentLinkSet
           
 

Methods in org.apache.fop.layout with parameters of type LinkSet
 void Page.addLinkSet(LinkSet linkSet)
           
 int LineArea.addPageNumberCitation(String refid, LinkSet ls)
           
 int LineArea.addText(char[] data, int start, int end, LinkSet ls, TextState textState)
          adds text to line area
 int LineArea.doHyphenation(char[] characters, int position, int wordStart, int remainingWidth, int startw, LinkSet ls, TextState textState)
          extracts word for hyphenation and calls hyphenation package, handles cases of inword punctuation and quotation marks at the beginning of words, but not in a internationalized way
 void LineArea.setLinkSet(LinkSet ls)
           
 void LineArea.addInlineArea(InlineArea box, LinkSet ls)
           
 int LineArea.addCharacter(char data, LinkSet ls, boolean ul)
          adds a single character to the line area tree
 void BlockArea.setupLinkSet(LinkSet ls)
           
 



Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.