Class PageSet

  • All Implemented Interfaces:
    Peer

    public final class PageSet
    extends Container
    An element that describes an ordered set of pageArea/child pageSet objects.
    • Constructor Detail

      • PageSet

        public PageSet​(Element parent,
                       Node prevSibling)
    • 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
      • 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