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 JRFillCrosstabMeasure.variable
           
protected  JRFillVariable JRFillCrosstabGroup.variable
           
 

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

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

Fields in net.sf.jasperreports.engine.fill declared as JRFillVariable
protected  JRFillVariable[] JRFillDataset.variables
          The dataset variables.
protected  JRFillVariable[] JRFillCrosstab.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 JRFillObjectFactory.getVariable(JRVariable variable)
           
 JRFillVariable JRCalculator.getPageNumber()
           
 JRFillVariable JRCalculator.getColumnNumber()
           
protected  JRFillVariable JRBaseFiller.getVariable(java.lang.String variableName)
          Returns a report variable.
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRFillVariable
 java.lang.Object JRIncrementer.increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider)
           
 JRFillVariable JRFillVariable.setHelperVariable(JRFillVariable helperVariable, byte type)
          Sets a helper variable.
 java.lang.Object JRAbstractExtendedIncrementer.increment(JRFillVariable variable, java.lang.Object expressionValue, AbstractValueProvider valueProvider)
          This implementation simply calls increment(JRCalculable, Object, AbstractValueProvider).
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com