fop 0.94

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

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

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

Methods in org.apache.fop.layoutmgr.table that return PrimaryGridUnit
 PrimaryGridUnit GridUnit.getPrimary()
          Returns the before-start grid unit of the cell containing this grid unit.
 

Constructors in org.apache.fop.layoutmgr.table with parameters of type PrimaryGridUnit
GridUnit(PrimaryGridUnit primary, TableCell cell, TableColumn column, int startCol, int colSpanIndex)
          Creates a new grid unit.
GridUnit(PrimaryGridUnit primary, TableColumn column, int startCol, int colSpanIndex)
          Creates a new grid unit.
TableCellLayoutManager(TableCell node, PrimaryGridUnit pgu)
          Create a new Cell layout manager.
 


fop 0.94

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