fop 0.94

org.apache.fop.layoutmgr.table
Class EmptyGridUnit

java.lang.Object
  extended by org.apache.fop.layoutmgr.table.GridUnit
      extended by org.apache.fop.layoutmgr.table.EmptyGridUnit

public class EmptyGridUnit
extends GridUnit

GridUnit subclass for empty grid units.


Field Summary
 
Fields inherited from class org.apache.fop.layoutmgr.table.GridUnit
FIRST_IN_PART, FIRST_IN_TABLE, IN_FIRST_COLUMN, IN_LAST_COLUMN, KEEP_WITH_NEXT_PENDING, KEEP_WITH_PREVIOUS_PENDING, LAST_IN_PART, LAST_IN_TABLE
 
Constructor Summary
EmptyGridUnit(TableRow row, TableColumn column, TableBody body, int startCol)
           
 
Method Summary
 TableBody getBody()
           
 TableRow getRow()
           
 boolean isPrimary()
          Is this grid unit the before-start grid unit of the cell?
 
Methods inherited from class org.apache.fop.layoutmgr.table.GridUnit
assignBorderForSeparateBorderModel, createNextRowSpanningGridUnit, getBorders, getCell, getColSpanIndex, getColumn, getFlag, getOriginalBorderInfoForCell, getPrimary, getRowSpanIndex, getStartCol, getTable, hasBorders, isEmpty, isLastGridUnitColSpan, isLastGridUnitRowSpan, resolveBorder, resolveBorder, setFlag, setRow, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyGridUnit

public EmptyGridUnit(TableRow row,
                     TableColumn column,
                     TableBody body,
                     int startCol)
Parameters:
row - Optional table-row instance
column - table-column instance
body - table-body the grid unit belongs to
startCol - column index
Method Detail

isPrimary

public boolean isPrimary()
Description copied from class: GridUnit
Is this grid unit the before-start grid unit of the cell?

Overrides:
isPrimary in class GridUnit
Returns:
true if this grid unit is the before-start grid unit of the cell
See Also:
GridUnit.isPrimary()

getBody

public TableBody getBody()
Overrides:
getBody in class GridUnit
See Also:
GridUnit.getBody()

getRow

public TableRow getRow()
Overrides:
getRow in class GridUnit
See Also:
GridUnit.getRow()

fop 0.94

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