fop 0.95

Uses of Class
org.apache.fop.layoutmgr.inline.HyphContext

Packages that use HyphContext
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
 

Uses of HyphContext in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr that return HyphContext
 HyphContext LayoutContext.getHyphContext()
           
 

Methods in org.apache.fop.layoutmgr with parameters of type HyphContext
 void LayoutContext.setHyphContext(HyphContext hyph)
           
 

Uses of HyphContext in org.apache.fop.layoutmgr.inline
 

Methods in org.apache.fop.layoutmgr.inline with parameters of type HyphContext
 void CharacterLayoutManager.hyphenate(Position pos, HyphContext hc)
          Tell the LM to hyphenate a word
 void ContentLayoutManager.hyphenate(Position pos, HyphContext hc)
           
 void InlineLevelLayoutManager.hyphenate(Position pos, HyphContext hc)
          Tell the LM to hyphenate a word
 void InlineStackingLayoutManager.hyphenate(Position pos, HyphContext hc)
          Tell the LM to hyphenate a word
 void LeaderLayoutManager.hyphenate(Position pos, HyphContext hc)
          Tell the LM to hyphenate a word
 void LeafNodeLayoutManager.hyphenate(Position pos, HyphContext hc)
          Tell the LM to hyphenate a word
 void TextLayoutManager.hyphenate(Position pos, HyphContext hc)
          Tell the LM to hyphenate a word
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.