fop 0.95

Uses of Class
org.apache.fop.area.RegionReference

Packages that use RegionReference
org.apache.fop.area FOP's area tree. 
org.apache.fop.render Generic renderer interface. 
 

Uses of RegionReference in org.apache.fop.area
 

Subclasses of RegionReference in org.apache.fop.area
 class BodyRegion
          This class is a container for the areas that may be generated by an fo:region-body.
 

Methods in org.apache.fop.area that return RegionReference
 RegionReference RegionViewport.getRegionReference()
          Get the region-reference-area for this region viewport.
 RegionReference PageViewport.getRegionReference(int id)
          Convenience method to return a given region-reference-area, keyed by the Constants class identifier for the corresponding formatting object (ie.
 

Methods in org.apache.fop.area with parameters of type RegionReference
 void RegionViewport.setRegionReference(RegionReference reg)
          Set the region-reference-area for this region viewport.
 

Uses of RegionReference in org.apache.fop.render
 

Methods in org.apache.fop.render with parameters of type RegionReference
protected  void AbstractRenderer.renderRegion(RegionReference region)
          Renders a region reference area.
 


fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.