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[] JRCalculator.variables
           
protected  JRFillVariable[] JRBaseFiller.variables
           
 

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

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



© 2001-2005 JasperSoft Corporation www.jaspersoft.com