fop 0.94

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

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

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

Subclasses of GridUnit in org.apache.fop.layoutmgr.table
 class EmptyGridUnit
          GridUnit subclass for empty grid units.
 class PrimaryGridUnit
          This class represents a primary grid unit of a spanned cell.
 

Methods in org.apache.fop.layoutmgr.table that return GridUnit
 GridUnit GridUnit.createNextRowSpanningGridUnit()
           
 

Methods in org.apache.fop.layoutmgr.table with parameters of type GridUnit
 void PrimaryGridUnit.addRow(GridUnit[] row)
           
abstract  CommonBorderPaddingBackground.BorderInfo CollapsingBorderModel.determineWinner(GridUnit current, GridUnit neighbour, int side, int flags)
          Determines the winning BorderInfo.
 CommonBorderPaddingBackground.BorderInfo CollapsingBorderModelEyeCatching.determineWinner(GridUnit currentGridUnit, GridUnit otherGridUnit, int side, int flags)
           
protected  int TableContentLayoutManager.getXOffsetOfGridUnit(GridUnit gu)
          Retuns the X offset of the given grid unit.
 void GridUnit.resolveBorder(GridUnit other, int side)
          Resolve collapsing borders for the given cell.
 void GridUnit.resolveBorder(GridUnit other, int side, int resFlags)
          Resolve collapsing borders for the given cell.
 


fop 0.94

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