Uses of Class
net.sf.jasperreports.engine.component.FillPrepareResult

Packages that use FillPrepareResult
net.sf.jasperreports.components.barbecue   
net.sf.jasperreports.components.barcode4j   
net.sf.jasperreports.components.list   
net.sf.jasperreports.components.map   
net.sf.jasperreports.components.sort   
net.sf.jasperreports.components.spiderchart   
net.sf.jasperreports.components.table.fill   
net.sf.jasperreports.engine.component   
 

Uses of FillPrepareResult in net.sf.jasperreports.components.barbecue
 

Methods in net.sf.jasperreports.components.barbecue that return FillPrepareResult
 FillPrepareResult BarbecueFillComponent.prepare(int availableHeight)
           
 

Uses of FillPrepareResult in net.sf.jasperreports.components.barcode4j
 

Methods in net.sf.jasperreports.components.barcode4j that return FillPrepareResult
 FillPrepareResult BarcodeFillComponent.prepare(int availableHeight)
           
 

Uses of FillPrepareResult in net.sf.jasperreports.components.list
 

Methods in net.sf.jasperreports.components.list that return FillPrepareResult
 FillPrepareResult HorizontalFillList.prepare(int availableHeight)
           
 FillPrepareResult VerticalFillList.prepare(int availableHeight)
           
 

Uses of FillPrepareResult in net.sf.jasperreports.components.map
 

Methods in net.sf.jasperreports.components.map that return FillPrepareResult
 FillPrepareResult MapFillComponent.prepare(int availableHeight)
           
 

Uses of FillPrepareResult in net.sf.jasperreports.components.sort
 

Methods in net.sf.jasperreports.components.sort that return FillPrepareResult
 FillPrepareResult SortComponentFill.prepare(int availableHeight)
           
 

Uses of FillPrepareResult in net.sf.jasperreports.components.spiderchart
 

Methods in net.sf.jasperreports.components.spiderchart that return FillPrepareResult
 FillPrepareResult FillSpiderChart.prepare(int availableHeight)
           
 

Uses of FillPrepareResult in net.sf.jasperreports.components.table.fill
 

Methods in net.sf.jasperreports.components.table.fill that return FillPrepareResult
 FillPrepareResult FillTable.prepare(int availableHeight)
           
protected  FillPrepareResult FillTableSubreport.prepareSubreport(int availableHeight, boolean isOverflow)
           
 

Uses of FillPrepareResult in net.sf.jasperreports.engine.component
 

Fields in net.sf.jasperreports.engine.component declared as FillPrepareResult
static FillPrepareResult FillPrepareResult.NO_PRINT_NO_OVERFLOW
          A result that indicates that the component will not print and does not require a band overflow.
static FillPrepareResult FillPrepareResult.PRINT_NO_STRETCH
          A result that indicates that the component will print, but will not stretch vertically.
 

Methods in net.sf.jasperreports.engine.component that return FillPrepareResult
static FillPrepareResult FillPrepareResult.noPrintOverflow(int stretchHeight)
          Returns a result that indicates that the component will not print (at the current position in the generated report), but requires an overflow so that it can print on a new column/page.
 FillPrepareResult FillComponent.prepare(int availableHeight)
          Prepares to fill the component by deciding whether the component will print, and how much vertical space it will require.
static FillPrepareResult FillPrepareResult.printStretch(int stretchHeight, boolean overflow)
          Returns a result which indicates that the component will print at the current position, and optionally consume more vertical space and/or require a band overflow.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com