Class InlineBlockParent

All Implemented Interfaces:
Serializable, 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:
  • Field Details

    • child

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

    • InlineBlockParent

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

    • 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