org.apache.fop.fo.flow
Class TableCell

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.flow.TableCell

public class TableCell
extends FObj


Inner Class Summary
 public static classTableCell.Maker
           

Inner classes inherited from class org.apache.fop.fo.FObj
FObj.Maker

Field Summary
 (package private) AreaContainerareaContainer
           
 (package private) ColorTypebackgroundColor
           
 (package private) ColorTypeborderBottomColor
           
 (package private) intborderBottomStyle
           
 (package private) intborderBottomWidth
           
 (package private) ColorTypeborderLeftColor
           
 (package private) intborderLeftStyle
           
 (package private) intborderLeftWidth
           
 (package private) ColorTypeborderRightColor
           
 (package private) intborderRightStyle
           
 (package private) intborderRightWidth
           
 (package private) ColorTypeborderTopColor
           
 (package private) intborderTopStyle
           
 (package private) intborderTopWidth
           
 (package private) FontStatefs
           
 (package private) Stringid
           
 (package private) intnumColumnsSpanned
           
 (package private) intnumRowsSpanned
           
 (package private) intpaddingBottom
           
 (package private) intpaddingLeft
           
 (package private) intpaddingRight
           
 (package private) intpaddingTop
           
 (package private) intposition
           
 (package private) booleansetup
           
 (package private) intspaceAfter
           
 (package private) intspaceBefore
           

Fields inherited from class org.apache.fop.fo.FObj
properties

Fields inherited from class org.apache.fop.fo.FONode
BREAK_AFTER, children, START

Constructor Summary
TableCell(FObj parent, PropertyList propertyList)
           

Method Summary
 voiddoSetup(Area area)
           
 intgetHeight()
           
 intgetNumColumnsSpanned()
           
 intgetNumRowsSpanned()
           
 Statuslayout(Area area)
           
 static FObj.Makermaker()
           
 voidsetRowHeight(int h)
           
 voidsetStartOffset(int offset)
           
 voidsetWidth(int width)
           

Methods inherited from class org.apache.fop.fo.FObj
generatesReferenceAreas, getContentWidth, getName, getProperty, removeID

Methods inherited from class org.apache.fop.fo.FONode
forceStartOffset, forceWidth, getLinkSet, getMarkerSnapshot, getParent, removeAreas, resetMarker, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows

Field Detail

areaContainer

AreaContainer areaContainer

backgroundColor

ColorType backgroundColor

borderBottomColor

ColorType borderBottomColor

borderBottomStyle

int borderBottomStyle

borderBottomWidth

int borderBottomWidth

borderLeftColor

ColorType borderLeftColor

borderLeftStyle

int borderLeftStyle

borderLeftWidth

int borderLeftWidth

borderRightColor

ColorType borderRightColor

borderRightStyle

int borderRightStyle

borderRightWidth

int borderRightWidth

borderTopColor

ColorType borderTopColor

borderTopStyle

int borderTopStyle

borderTopWidth

int borderTopWidth

fs

FontState fs

id

String id

numColumnsSpanned

int numColumnsSpanned

numRowsSpanned

int numRowsSpanned

paddingBottom

int paddingBottom

paddingLeft

int paddingLeft

paddingRight

int paddingRight

paddingTop

int paddingTop

position

int position

setup

boolean setup

spaceAfter

int spaceAfter

spaceBefore

int spaceBefore
Constructor Detail

TableCell

public TableCell(FObj parent, PropertyList propertyList)
Method Detail

doSetup

public void doSetup(Area area)
throws org.apache.fop.apps.FOPException

getHeight

public int getHeight()

getNumColumnsSpanned

public int getNumColumnsSpanned()

getNumRowsSpanned

public int getNumRowsSpanned()

layout

public Status layout(Area area)
throws org.apache.fop.apps.FOPException

maker

public static FObj.Maker maker()

setRowHeight

public void setRowHeight(int h)

setStartOffset

public void setStartOffset(int offset)

setWidth

public void setWidth(int width)

Association Links

to Class org.apache.fop.datatypes.ColorType

to Class org.apache.fop.layout.FontState

to Class org.apache.fop.datatypes.ColorType

to Class org.apache.fop.datatypes.ColorType

to Class org.apache.fop.datatypes.ColorType

to Class org.apache.fop.datatypes.ColorType

to Class java.lang.String

to Class org.apache.fop.layout.AreaContainer