Uses of Class
dori.jasper.engine.fill.JRFillBand

Packages that use JRFillBand
dori.jasper.engine.fill   
 

Uses of JRFillBand in dori.jasper.engine.fill
 

Fields in dori.jasper.engine.fill declared as JRFillBand
protected  JRFillBand JRFillElement.band
           
protected  JRFillBand JRBaseFiller.background
           
protected  JRFillBand JRBaseFiller.title
           
protected  JRFillBand JRBaseFiller.pageHeader
           
protected  JRFillBand JRBaseFiller.columnHeader
           
protected  JRFillBand JRBaseFiller.detail
           
protected  JRFillBand JRBaseFiller.columnFooter
           
protected  JRFillBand JRBaseFiller.pageFooter
           
protected  JRFillBand JRBaseFiller.summary
           
 

Methods in dori.jasper.engine.fill that return JRFillBand
protected  JRFillBand JRFillElement.getBand()
           
protected  JRFillBand JRFillObjectFactory.getBand(JRBand band)
           
 

Methods in dori.jasper.engine.fill with parameters of type JRFillBand
protected  void JRVerticalFiller.fillPageBand(JRFillBand band, byte evaluation)
           
protected  void JRVerticalFiller.fillColumnBand(JRFillBand band, byte evaluation)
           
protected  void JRVerticalFiller.fillFixedBand(JRFillBand band, byte evaluation)
           
protected  void JRHorizontalFiller.fillPageBand(JRFillBand band, byte evaluation)
          private void fillColumnBreak( byte evalPrevPage, byte evalNextPage ) throws JRException { if (columnIndex == columnCount - 1) { fillPageBreak(false, evalPrevPage, evalNextPage); } else { this.fillColumnFooter(evalPrevPage); resolveGroupBoundImages(evalPrevPage, false); resolveColumnBoundImages(evalPrevPage); resolveGroupBoundTexts(evalPrevPage, false); resolveColumnBoundTexts(evalPrevPage); scriptlet.callBeforeColumnInit(); calculator.initializeVariables(JRVariable.RESET_TYPE_COLUMN); scriptlet.callAfterColumnInit(); columnIndex += 1; offsetX = leftMargin + columnIndex * (columnSpacing + columnWidth); offsetY = columnHeaderOffsetY; calculator.getColumnNumber().setValue( new Integer(((Number)calculator.getColumnNumber().getValue()).intValue() + 1) ); calculator.getColumnNumber().setOldValue( calculator.getColumnNumber().getValue() ); this.fillColumnHeader(evalNextPage); } } /**
protected  void JRHorizontalFiller.fillColumnBand(JRFillBand band, byte evaluation)
           
protected  void JRHorizontalFiller.fillFixedBand(JRFillBand band, byte evaluation)
           
protected  void JRFillElement.setBand(JRFillBand band)
           
 



Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.