org.apache.fop.fo.pagination
Class RegionBody

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.pagination.Region
              |
              +--org.apache.fop.fo.pagination.RegionBody

public class RegionBody
extends Region


Inner Class Summary
 public static classRegionBody.Maker
           

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

Field Summary
 (package private) ColorTypebackgroundColor
           
 final static StringREGION_CLASS
           

Fields inherited from class org.apache.fop.fo.pagination.Region
PROP_REGION_NAME

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
 StringgetRegionClass()
           
 static FObj.Makermaker()
           
 (package private) RegionAreamakeRegionArea(int allocationRectangleXPosition, int allocationRectangleYPosition, int allocationRectangleWidth, int allocationRectangleHeight)
           

Methods inherited from class org.apache.fop.fo.pagination.Region
generatesReferenceAreas, getRegionName

Methods inherited from class org.apache.fop.fo.FObj
getContentWidth, getName, getProperty, layout, 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

backgroundColor

ColorType backgroundColor

REGION_CLASS

public final static String REGION_CLASS
Method Detail

getRegionClass

public String getRegionClass()

maker

public static FObj.Maker maker()

makeRegionArea

RegionArea makeRegionArea(int allocationRectangleXPosition, int allocationRectangleYPosition, int allocationRectangleWidth, int allocationRectangleHeight)

Association Links

to Class java.lang.String

to Class org.apache.fop.datatypes.ColorType