org.apache.fop.fo.pagination
Class Region

org.apache.fop.fo.FONode
  |
  +--org.apache.fop.fo.FObj
        |
        +--org.apache.fop.fo.pagination.Region
Direct Known Subclasses:
RegionAfter, RegionBefore, RegionBody

public abstract class Region
extends FObj

This is an abstract base class for pagination regions


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

Field Summary
 final static StringPROP_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
 booleangeneratesReferenceAreas()
           
 abstract StringgetRegionClass()
           
 StringgetRegionName()
          Returns the name of this region
 (package private) abstract RegionAreamakeRegionArea(int allocationRectangleXPosition, int allocationRectangleYPosition, int allocationRectangleWidth, int allocationRectangleHeight)
          Creates a Region layout object for this pagination Region.

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

PROP_REGION_NAME

public final static String PROP_REGION_NAME
Method Detail

generatesReferenceAreas

public boolean generatesReferenceAreas()

getRegionClass

public abstract String getRegionClass()

getRegionName

public String getRegionName()
Returns the name of this region

makeRegionArea

abstract RegionArea makeRegionArea(int allocationRectangleXPosition, int allocationRectangleYPosition, int allocationRectangleWidth, int allocationRectangleHeight)
Creates a Region layout object for this pagination Region.

Association Links

to Class java.lang.String

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

to Class java.lang.String