fop 0.91beta

Uses of Class
org.apache.fop.layoutmgr.table.EffRow

Packages that use EffRow
org.apache.fop.layoutmgr.table Layout managers for tables. 
 

Uses of EffRow in org.apache.fop.layoutmgr.table
 

Fields in org.apache.fop.layoutmgr.table declared as EffRow
protected  EffRow TableContentLayoutManager.TableContentPosition.row
          effective row this position belongs to
 

Methods in org.apache.fop.layoutmgr.table that return EffRow
 EffRow[] TableRowIterator.getNextRowGroup()
          Returns the next row group if any.
 EffRow TableRowIterator.getNextRow()
          Retuns the next effective row.
 EffRow TableRowIterator.getFirstRow()
          Returns the first effective row.
 EffRow TableRowIterator.getLastRow()
          Returns the last effective row.
 EffRow TableRowIterator.getCachedRow(int index)
          Returns a cached effective row.
 

Methods in org.apache.fop.layoutmgr.table with parameters of type EffRow
 java.util.LinkedList TableStepper.getCombinedKnuthElementsForRowGroup(LayoutContext context, EffRow[] rowGroup, int maxColumnCount, int bodyType)
          Creates the combined element list for a row group.
 

Constructors in org.apache.fop.layoutmgr.table with parameters of type EffRow
TableContentLayoutManager.TableContentPosition(LayoutManager lm, java.util.List gridUnitParts, EffRow row)
          Creates a new TableContentPosition.
 


fop 0.91beta

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