Class InlineBlockParent

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class InlineBlockParent
    extends InlineArea
    Inline block parent area. This is an inline area that can have one block area as a child
    See Also:
    Serialized Form
    • Field Detail

      • child

        protected Block child
        The list of inline areas added to this inline parent.
    • Constructor Detail

      • InlineBlockParent

        public InlineBlockParent()
        Create a new inline block parent to add areas to.
    • Method Detail

      • addChildArea

        public void addChildArea​(Area childArea)
        Override generic Area method.
        Overrides:
        addChildArea in class InlineArea
        Parameters:
        childArea - the child area to add
      • getChildArea

        public Block getChildArea()
        Get the child areas for this inline parent.
        Returns:
        the list of child areas