Class JRFillFrame.JRFillFrameElements

All Implemented Interfaces:
Cloneable, FillContainerContext, JRFillCloneable, JRChild, JRCloneable, JRElementGroup, JRVisitable
Enclosing class:
JRFillFrame

protected class JRFillFrame.JRFillFrameElements extends JRFillElementContainer
Frame element container filler.
  • Method Details

    • getContainerHeight

      protected int getContainerHeight()
      Description copied from class: JRFillElementContainer
      Returns the height of the element container.
      Specified by:
      getContainerHeight in class JRFillElementContainer
      Returns:
      the height of the element container
    • getActualContainerHeight

      protected int getActualContainerHeight()
      Description copied from class: JRFillElementContainer
      Returns the actual height of the element container. Some element containers such as frames have a larger calculated container height, resulting from content being placed beyond container declared height.
      Specified by:
      getActualContainerHeight in class JRFillElementContainer
      Returns:
      the height of the element container
    • isSplitTypePreventInhibited

      public boolean isSplitTypePreventInhibited(boolean isTopLevelCall)