fop 0.93

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
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)
           
 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.
 void PrimaryGridUnit.addRow(GridUnit[] row)
           
protected  int TableContentLayoutManager.getXOffsetOfGridUnit(GridUnit gu)
          Retuns the X offset of the given grid unit.
 


fop 0.93

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