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

Packages that use BlockArea
org.apache.fop.fo   
org.apache.fop.fo.flow   
org.apache.fop.render   
org.apache.fop.render.mif   
org.apache.fop.render.xml   
 

Uses of BlockArea in org.apache.fop.fo
 

Methods in org.apache.fop.fo with parameters of type BlockArea
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)
           
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)
           
 

Uses of BlockArea in org.apache.fop.fo.flow
 

Methods in org.apache.fop.fo.flow with parameters of type BlockArea
 int Leader.addLeader(BlockArea ba, FontState fontState, float red, float green, float blue, int leaderPattern, int leaderLengthMinimum, int leaderLengthOptimum, int leaderLengthMaximum, int ruleThickness, int ruleStyle, int leaderPatternWidth, int leaderAlignment)
          adds a leader to current line area of containing block area the actual leader area is created in the line area
 

Uses of BlockArea in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type BlockArea
 void AbstractRenderer.renderBlockArea(BlockArea area)
          render block area
 void Renderer.renderBlockArea(BlockArea area)
          render the given block area
 

Uses of BlockArea in org.apache.fop.render.mif
 

Methods in org.apache.fop.render.mif with parameters of type BlockArea
 void MIFRenderer.renderBlockArea(BlockArea area)
          render the given block area
 

Uses of BlockArea in org.apache.fop.render.xml
 

Methods in org.apache.fop.render.xml with parameters of type BlockArea
 void XMLRenderer.renderBlockArea(BlockArea area)
          render a block area to XML
 



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