org.apache.fop.fo.flow
Class Flow

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.flow.Flow
Direct Known Subclasses:
StaticContent

public class Flow
extends FObj


Inner Class Summary
 public static classFlow.Maker
           

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

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

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

Method Summary
 intgetContentWidth()
          Return the content width of this flow (really of the region in which it is flowing).
 StringgetFlowName()
           
 StatusgetStatus()
           
 Statuslayout(Area area)
           
 Statuslayout(Area area, Region region)
           
 static FObj.Makermaker()
           

Methods inherited from class org.apache.fop.fo.FObj
generatesReferenceAreas, 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

Method Detail

getContentWidth

public int getContentWidth()
Return the content width of this flow (really of the region in which it is flowing).

getFlowName

public String getFlowName()

getStatus

public Status getStatus()

layout

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

layout

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

maker

public static FObj.Maker maker()

Association Links

to Class org.apache.fop.fo.pagination.PageSequence

PageSequence container

to Class org.apache.fop.layout.Area

Area in which we lay out our kids

to Class java.util.Vector

Vector to store snapshot

to Class java.lang.String

flow-name attribute

to Class org.apache.fop.fo.Status