Package net.sf.jasperreports.engine.fill
Class JRFillFrame.JRFillFrameElements
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRFillElementGroup
-
- net.sf.jasperreports.engine.fill.JRFillElementContainer
-
- net.sf.jasperreports.engine.fill.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.
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillElementContainer
atLeastOneElementIsToPrint, currentOverflowWithElements, currentOverflowWithWhiteSpace, deepElements, evaluatedStyles, expressionEvaluator, filler, hasPrintWhenOverflowElement, isOverflow, stylesToEvaluate, willOverflowWithElements, willOverflowWithWhiteSpace
-
Fields inherited from class net.sf.jasperreports.engine.fill.JRFillElementGroup
bottomElementInGroup, children, elementGroup, elements, topElementInGroup
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getActualContainerHeight()
Returns the actual height of the element container.protected int
getContainerHeight()
Returns the height of the element container.boolean
isSplitTypePreventInhibited(boolean isTopLevelCall)
-
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillElementContainer
addSubElements, buildConsolidatedStyle, calculateStretchHeight, collectConditionalStyle, evaluate, evaluateConditionalStyle, evaluateConditionalStyles, fillElements, getEvaluatedConditionalStyle, getFirstY, getStretchHeight, initConditionalStyles, initDeepElements, initElements, initFill, isCurrentOverflow, isCurrentOverflowAllowed, moveBandBottomElements, prepareElements, prepareStretchHeight, removeBlankElements, resetElements, rewind, setElementOriginProvider, setStretchHeight, stretchElementsToContainer, stretchElementsToElementGroup, willOverflow
-
Methods inherited from class net.sf.jasperreports.engine.fill.JRFillElementGroup
clone, clone, createClone, getChildren, getElementByKey, getElementGroup, getElements, getStretchHeightDiff, reset, visit
-
-
-
-
Method Detail
-
getContainerHeight
protected int getContainerHeight()
Description copied from class:JRFillElementContainer
Returns the height of the element container.- Specified by:
getContainerHeight
in classJRFillElementContainer
- 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 classJRFillElementContainer
- Returns:
- the height of the element container
-
isSplitTypePreventInhibited
public boolean isSplitTypePreventInhibited(boolean isTopLevelCall)
-
-