Uses of Class
net.sf.jasperreports.engine.fill.JRFillVariable

Packages that use JRFillVariable
net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). 
 

Uses of JRFillVariable in net.sf.jasperreports.engine.fill
 

Fields in net.sf.jasperreports.engine.fill declared as JRFillVariable
protected  JRFillVariable[] JRBaseFiller.variables
           
protected  JRFillVariable[] JRCalculator.variables
           
 

Methods in net.sf.jasperreports.engine.fill that return JRFillVariable
 JRFillVariable JRFillVariable.setHelperVariable(JRFillVariable helperVariable, byte type)
          Sets a helper variable.
 JRFillVariable JRFillVariable.getHelperVariable(byte type)
          Returns a helper variable.
 JRFillVariable JRCalculator.getPageNumber()
           
 JRFillVariable JRCalculator.getColumnNumber()
           
protected  JRFillVariable JRFillObjectFactory.getVariable(JRVariable variable)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillVariable
 JRFillVariable JRFillVariable.setHelperVariable(JRFillVariable helperVariable, byte type)
          Sets a helper variable.
 java.lang.Object JRIncrementer.increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider)
           
abstract  java.lang.Object AbstractValueProvider.getValue(JRFillVariable variable)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com