Class SideRegion

All Implemented Interfaces:
Cloneable, Constants
Direct Known Subclasses:
RegionBA, RegionSE

public abstract class SideRegion extends Region
Common base class for side regions (before, after, start, end).
  • Constructor Details

    • SideRegion

      protected SideRegion(FONode parent)
      Creates a new side region.
      Parameters:
      parent - the parent node
      See Also:
  • Method Details

    • bind

      public void bind(PropertyList pList) throws FOPException
      Bind property values from the property list to the FO node. Must be overridden in all FObj subclasses that have properties applying to it.
      Overrides:
      bind in class Region
      Parameters:
      pList - the PropertyList where the properties can be found.
      Throws:
      FOPException - if there is a problem binding the values
    • getExtent

      public Length getExtent()
      Returns:
      the "extent" property.