Class AreaContainer

  • All Implemented Interfaces:
    Peer

    public final class AreaContainer
    extends Container
    Implement functionality behind the XFA area object.
    • Constructor Detail

      • AreaContainer

        public AreaContainer​(Element pParent,
                             Node prevSibling)
        Constructor.
        Parameters:
        pParent - - Parent element to add this node to
        prevSibling - - For efficiency provide the sibling to link to
    • Method Detail

      • isHeightGrowSupported

        public boolean isHeightGrowSupported()
        Description copied from class: Container
        Returns whether or not this container support growable heights. This does not indicate whether the container height is currently growable, just whether it's supported by this container type.
        Overrides:
        isHeightGrowSupported in class Container
        See Also:
        Container.isHeightGrowSupported()
      • isWidthGrowSupported

        public boolean isWidthGrowSupported()
        Description copied from class: Container
        Return whether or not this container support growable widths This does not indicate whether the container height is currently growable, just whether it's supported by this container type.

        Comments Helps distinguish - ie text draws supporting growing but arc draws do not.

        Overrides:
        isWidthGrowSupported in class Container
        See Also:
        Container.isWidthGrowSupported()