fop 0.93

org.apache.fop.layoutmgr.table
Class EmptyGridUnit

java.lang.Object
  extended byorg.apache.fop.layoutmgr.table.GridUnit
      extended byorg.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()
           
 
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()
Overrides:
isPrimary in class GridUnit
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.93

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