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

Packages that use JRFillVariable
net.sf.jasperreports.crosstabs.fill   
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.crosstabs.fill
 

Fields in net.sf.jasperreports.crosstabs.fill declared as JRFillVariable
protected  JRFillVariable JRFillCrosstabGroup.variable
           
protected  JRFillVariable JRFillCrosstabMeasure.variable
           
 

Methods in net.sf.jasperreports.crosstabs.fill that return JRFillVariable
 JRFillVariable JRFillCrosstabGroup.getFillVariable()
           
 JRFillVariable JRFillCrosstabMeasure.getFillVariable()
           
 

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

Fields in net.sf.jasperreports.engine.fill declared as JRFillVariable
protected  JRFillVariable[][][] JRFillCrosstab.totalVariables
           
protected  JRFillVariable[] JRCalculator.variables
           
protected  JRFillVariable[] JRFillCrosstab.variables
           
protected  JRFillVariable[] JRFillDataset.variables
          The dataset variables.
 

Methods in net.sf.jasperreports.engine.fill that return JRFillVariable
 JRFillVariable JRCalculator.getColumnNumber()
           
 JRFillVariable JRCalculator.getPageNumber()
           
 JRFillVariable JRFillObjectFactory.getVariable(JRVariable variable)
           
protected  JRFillVariable JRBaseFiller.getVariable(java.lang.String variableName)
          Returns a report variable.
protected  JRFillVariable JRFillElement.getVariable(java.lang.String variableName)
           
 JRFillVariable JRFillVariable.setHelperVariable(JRFillVariable helperVariable, byte type)
          Sets a helper variable.
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillVariable
 java.lang.Object JRAbstractExtendedIncrementer.increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider)
          This implementation simply calls increment(JRCalculable, Object, AbstractValueProvider).
 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-2006 JasperSoft Corporation www.jaspersoft.com