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 Details

    • ContentArea

      public ContentArea(Element parent, Node prevSibling)
  • Method Details

    • defaultAttribute

      public Attribute defaultAttribute(int eTag)
      Overrides:
      defaultAttribute in class Element
    • getHeight

      public UnitSpan getHeight()
    • getWidth

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