org.apache.fop.layoutmgr.table

Class 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, getBody, getBorders, getCell, getColSpanIndex, getColumn, getFlag, getOriginalBorderInfoForCell, getPrimary, getRow, getRowSpanIndex, getStartCol, getTable, hasBorders, isEmpty, isLastGridUnitColSpan, isLastGridUnitRowSpan, isPrimary, resolveBorder, resolveBorder, setFlag, setRow, toString

Constructor Details

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 Details

getBody

public TableBody getBody()
Overrides:
getBody in interface GridUnit

getRow

public TableRow getRow()
Overrides:
getRow in interface GridUnit

isPrimary

public boolean isPrimary()
Overrides:
isPrimary in interface GridUnit

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