org.apache.fop.fo.flow
Class TableRow

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

public class TableRow
extends FObj


Inner Class Summary
 public classTableRow.CellState
          CellState
Copyright @ 2000 Circuit Court Automation Program.
 public static classTableRow.Maker
           

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

Field Summary
 (package private) booleanareaAdded
           
 (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
           
 Vectorcells
          The list of cell states for this row.
 (package private) Vectorcolumns
           
 (package private) FontStatefs
           
 (package private) booleanhasAddedSpacer
           
 (package private) Stringid
           
 (package private) intkeepWithNext
           
 (package private) intkeepWithPrevious
           
 (package private) intlargestCellHeight
           
 (package private) intpaddingBottom
           
 (package private) intpaddingLeft
           
 (package private) intpaddingRight
           
 (package private) intpaddingTop
           
 (package private) booleansetup
           
 (package private) intspaceAfter
           
 (package private) intspaceBefore
           
 (package private) DisplaySpacespacer
           
 (package private) DisplaySpacespacerAfter
           
 (package private) intwidthOfCellsSoFar
           

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
TableRow(FObj parent, PropertyList propertyList)
           

Method Summary
 voiddoSetup(Area area)
           
 intgetAreaHeight()
           
 intgetKeepWithPrevious()
           
 Statuslayout(Area area)
           
 static FObj.Makermaker()
           
 voidremoveLayout(Area area)
           
 voidresetMarker()
           
 voidsetColumns(Vector columns)
           

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, rollback, setBodyIndent, setDistanceBetweenStarts, setIsInLabel, setIsInListBody, setIsInTableCell, setLabelSeparation, setLinkSet, setOrphans, setWidows

Field Detail

areaAdded

boolean areaAdded

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

cells

public Vector cells
The list of cell states for this row. This is the location of where I will be storing the state of each cell so that I can spread a cell over multiple pages if I have to. This is part of fixing the TableRow larger than a single page bug. Hani Elabed, 11/22/2000.

columns

Vector columns

fs

FontState fs

hasAddedSpacer

boolean hasAddedSpacer

id

String id

keepWithNext

int keepWithNext

keepWithPrevious

int keepWithPrevious

largestCellHeight

int largestCellHeight

paddingBottom

int paddingBottom

paddingLeft

int paddingLeft

paddingRight

int paddingRight

paddingTop

int paddingTop

setup

boolean setup

spaceAfter

int spaceAfter

spaceBefore

int spaceBefore

spacer

DisplaySpace spacer

spacerAfter

DisplaySpace spacerAfter

widthOfCellsSoFar

int widthOfCellsSoFar
Constructor Detail

TableRow

public TableRow(FObj parent, PropertyList propertyList)
Method Detail

doSetup

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

getAreaHeight

public int getAreaHeight()

getKeepWithPrevious

public int getKeepWithPrevious()

layout

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

maker

public static FObj.Maker maker()

removeLayout

public void removeLayout(Area area)

resetMarker

public void resetMarker()

setColumns

public void setColumns(Vector columns)

Association Links

to Class org.apache.fop.layout.FontState

to Class org.apache.fop.datatypes.ColorType

to Class java.lang.String

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.util.Vector

to Class org.apache.fop.layout.AreaContainer

to Class org.apache.fop.layout.DisplaySpace

to Class org.apache.fop.layout.DisplaySpace

to Class java.util.Vector

The list of cell states for this row. This is the location of where I will be storing the state of each cell so that I can spread a cell over multiple pages if I have to. This is part of fixing the TableRow larger than a single page bug. Hani Elabed, 11/22/2000.