org.apache.fop.fo.flow.table

Class EmptyGridUnit


public class EmptyGridUnit
extends GridUnit

GridUnit subclass for empty grid units.

Field Summary

Fields inherited from class org.apache.fop.fo.flow.table.GridUnit

FIRST_IN_PART, KEEP_WITH_NEXT_PENDING, KEEP_WITH_PREVIOUS_PENDING, LAST_IN_PART, cell, collapsingBorderModel

Method Summary

PrimaryGridUnit
getPrimary()
boolean
isLastGridUnitColSpan()
boolean
isLastGridUnitRowSpan()
boolean
isPrimary()
protected void
setBordersFromCell()

Methods inherited from class org.apache.fop.fo.flow.table.GridUnit

getBorderAfter, getBorderBefore, getBorderEnd, getBorderStart, getCell, getColSpanIndex, getFlag, getPrimary, getRow, getRowSpanIndex, isEmpty, isLastGridUnitColSpan, isLastGridUnitRowSpan, isPrimary, setBordersFromCell, setFlag, setFlag, toString

Method Details

getPrimary

public PrimaryGridUnit getPrimary()
Overrides:
getPrimary in interface GridUnit

isLastGridUnitColSpan

public boolean isLastGridUnitColSpan()
Overrides:
isLastGridUnitColSpan in interface GridUnit

isLastGridUnitRowSpan

public boolean isLastGridUnitRowSpan()
Overrides:
isLastGridUnitRowSpan in interface GridUnit

isPrimary

public boolean isPrimary()
Overrides:
isPrimary in interface GridUnit

setBordersFromCell

protected void setBordersFromCell()
Overrides:
setBordersFromCell in interface GridUnit

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