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.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 VerticalFillList.prepare(int availableHeight)
           
 FillPrepareResult HorizontalFillList.prepare(int availableHeight)
           
 

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-2009 Jaspersoft Corporation www.jaspersoft.com