fop 0.95

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

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

Uses of AlignmentContext in org.apache.fop.layoutmgr
 

Methods in org.apache.fop.layoutmgr that return AlignmentContext
 AlignmentContext LayoutContext.getAlignmentContext()
           
 

Methods in org.apache.fop.layoutmgr with parameters of type AlignmentContext
 void LayoutContext.setAlignmentContext(AlignmentContext alignmentContext)
           
 

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

Fields in org.apache.fop.layoutmgr.inline declared as AlignmentContext
protected  AlignmentContext LeafNodeLayoutManager.alignmentContext
          The alignment context applying to this area
protected  AlignmentContext LeafNodeLayoutManager.AreaInfo.alignmentContext
           
 

Methods in org.apache.fop.layoutmgr.inline that return AlignmentContext
protected  AlignmentContext AbstractPageNumberCitationLayoutManager.makeAlignmentContext(LayoutContext context)
          Creates a new alignment context or returns the current alignment context. This is used for vertical alignment. Subclasses should override this if necessary.
 AlignmentContext AlignmentContext.getParentAlignmentContext()
          Return the parent alignment context.
protected  AlignmentContext PageNumberLayoutManager.makeAlignmentContext(LayoutContext context)
          Creates a new alignment context or returns the current alignment context. This is used for vertical alignment. Subclasses should override this if necessary. #makeAlignmentContext(LayoutContext)
protected  AlignmentContext LeafNodeLayoutManager.makeAlignmentContext(LayoutContext context)
          Creates a new alignment context or returns the current alignment context.
 AlignmentContext KnuthInlineBox.getAlignmentContext()
           
protected  AlignmentContext AbstractGraphicsLayoutManager.makeAlignmentContext(LayoutContext context)
          Creates a new alignment context or returns the current alignment context. This is used for vertical alignment. Subclasses should override this if necessary.
 

Constructors in org.apache.fop.layoutmgr.inline with parameters of type AlignmentContext
AlignmentContext(int height, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
          Creates a new instance of AlignmentContext for graphics areas.
AlignmentContext(Font font, int lineHeight, Length alignmentAdjust, int alignmentBaseline, Length baselineShift, int dominantBaseline, AlignmentContext parentAlignmentContext)
          Creates a new instance of AlignmentContext
LeafNodeLayoutManager.AreaInfo(short iLS, MinOptMax ipd, boolean bHyph, AlignmentContext alignmentContext)
           
KnuthInlineBox(int w, AlignmentContext alignmentContext, Position pos, boolean bAux)
          Create a new KnuthBox.
 


fop 0.95

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