| java.lang.Object net.sf.jasperreports.engine.fill.JRFillElementGroup net.sf.jasperreports.engine.fill.JRFillElementContainer
All known Subclasses: net.sf.jasperreports.engine.fill.JRFillBand, net.sf.jasperreports.engine.fill.JRFillCellContents,
JRFillElementContainer | abstract public class JRFillElementContainer extends JRFillElementGroup (Code) | | Abstract implementation of an element container filler.
This is the base for band, frame and crosstab cell fillers.
author: Lucian Chirita (lucianc@users.sourceforge.net) version: $Id: JRFillElementContainer.java 1765 2007-06-21 15:50:27Z lucianc $ |
evaluatedStyles | protected Map evaluatedStyles(Code) | | |
hasPrintWhenOverflowElement | protected boolean hasPrintWhenOverflowElement(Code) | | |
isOverflow | protected boolean isOverflow(Code) | | |
stylesToEvaluate | protected Set stylesToEvaluate(Code) | | |
collectConditionalStyle | protected void collectConditionalStyle(JRStyle style)(Code) | | |
evaluateConditionalStyles | protected void evaluateConditionalStyles(byte evaluation) throws JRException(Code) | | |
getContainerHeight | abstract protected int getContainerHeight()(Code) | | Returns the height of the element container.
the height of the element container |
getFirstY | protected int getFirstY()(Code) | | |
getStretchHeight | protected int getStretchHeight()(Code) | | |
initConditionalStyles | protected void initConditionalStyles()(Code) | | Find all styles containing conditional styles which are referenced by elements in this band.
|
initElements | final protected void initElements()(Code) | | |
initFill | protected void initFill()(Code) | | |
moveBandBottomElements | protected void moveBandBottomElements()(Code) | | |
prepareElements | protected void prepareElements(int availableStretchHeight, boolean isOverflowAllowed) throws JRException(Code) | | |
removeBlankElements | protected void removeBlankElements()(Code) | | |
resetElements | protected void resetElements()(Code) | | |
setElementsBandBottomY | final protected void setElementsBandBottomY()(Code) | | |
setStretchHeight | protected void setStretchHeight(int stretchHeight)(Code) | | |
stretchElements | protected void stretchElements()(Code) | | |
willOverflow | protected boolean willOverflow()(Code) | | |
|
|