Class SideRegion

  • All Implemented Interfaces:
    java.lang.Cloneable, Constants
    Direct Known Subclasses:
    RegionBA, RegionSE

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

      • SideRegion

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

      • 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.