Class ContentArea

  • All Implemented Interfaces:
    Peer

    public final class ContentArea
    extends Container
    An element that describes a region within a page eligible for receiving content.
    • Constructor Detail

      • ContentArea

        public ContentArea​(Element parent,
                           Node prevSibling)
    • Method Detail

      • getHeight

        public UnitSpan getHeight()
      • 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
      • 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