Uses of Interface
org.pentaho.reporting.engine.classic.core.function.ExpressionRuntime

Packages that use ExpressionRuntime
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.filter Support for the creation of 'filter chains' used to transform data objects into other forms for presentation on reports. 
org.pentaho.reporting.engine.classic.core.filter.templates Some predefined filter templates. 
org.pentaho.reporting.engine.classic.core.filter.types   
org.pentaho.reporting.engine.classic.core.filter.types.bands   
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.metadata   
org.pentaho.reporting.engine.classic.core.modules.misc.survey   
org.pentaho.reporting.engine.classic.core.parameters   
org.pentaho.reporting.engine.classic.core.states.datarow   
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type ExpressionRuntime
 Object TextElement.getValue(ExpressionRuntime runtime)
          Deprecated. Returns the value for this text element.
 Object Element.getValue(ExpressionRuntime runtime)
          Deprecated. this method should not be used directly. Use getElementType().getValue(..) instead.
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.filter
 

Methods in org.pentaho.reporting.engine.classic.core.filter with parameters of type ExpressionRuntime
 FormatSpecification RawDataSource.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
          Returns information about the formatstring that was used to transform a raw-value into a formatted text.
 FormatSpecification NumberFormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification StringFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification DateFormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification FormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification SimpleDateFormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification DecimalFormatFilter.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 Object RawDataSource.getRawValue(ExpressionRuntime runtime, Element element)
          Returns the unformated raw value.
 Object StringFilter.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object DateFormatFilter.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object FormatFilter.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object SimpleDateFormatParser.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object AnchorFilter.getValue(ExpressionRuntime runtime, Element element)
          Deprecated. Returns the current value for the data source.
 Object FormatParser.getValue(ExpressionRuntime runtime, Element element)
          Returns the parsed object.
 Object ShapeFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object EmptyDataSource.getValue(ExpressionRuntime runtime, Element element)
          Returns the value for the data source (always null in this case).
 Object StringFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the value obtained from the data source.
 Object DateFormatFilter.getValue(ExpressionRuntime runtime, Element element)
           
 Object ResourceFileFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object FormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object StaticDataSource.getValue(ExpressionRuntime runtime, Element element)
          Returns the value of the data source.
 Object SimpleDateFormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object DateFormatParser.getValue(ExpressionRuntime runtime, Element element)
           
 Object ComponentDrawableFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the ComponentDrawable for the AWT-Component or null.
 Object DecimalFormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object MessageFormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object ImageLoadFilter.getValue(ExpressionRuntime runtime, Element element)
          Reads this filter's datasource and if the source returned an URL, tries to form a imagereference.
 Object ResourceMessageFormatFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object URLFilter.getValue(ExpressionRuntime runtime, Element element)
          Tries to form a url from the object returned from the datasource.
 Object DecimalFormatParser.getValue(ExpressionRuntime runtime, Element element)
          Returns the formatted string.
 Object DataSource.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DrawableLoadFilter.getValue(ExpressionRuntime runtime, Element element)
          Reads this filter's datasource and if the source returned an URL, tries to form a imagereference.
 Object DataRowDataSource.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value of the data source, obtained from a particular column in the data-row.
 Object ImageRefFilter.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.filter.templates
 

Methods in org.pentaho.reporting.engine.classic.core.filter.templates with parameters of type ExpressionRuntime
 FormatSpecification DateFieldTemplate.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification StringFieldTemplate.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 FormatSpecification NumberFieldTemplate.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
           
 Object DateFieldTemplate.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object StringFieldTemplate.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object NumberFieldTemplate.getRawValue(ExpressionRuntime runtime, Element element)
           
 Object VerticalLineTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, a vertical line.
 Object ImageURLElementTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ShapeFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DrawableURLFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ImageURLFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object LabelTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DateFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceLabelTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object AnchorFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Deprecated. Returns the current value for the data source.
 Object RoundRectangleTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, a RoundRectangle2D.
 Object HorizontalLineTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, an horizontal line.
 Object ImageFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object EllipseTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, a Rectangle2D.
 Object DrawableFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object StringFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object NumberFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceMessageTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object RectangleTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the template value, a Rectangle2D.
 Object DrawableURLElementTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ComponentFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object MessageFieldTemplate.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.filter.types
 

Methods in org.pentaho.reporting.engine.classic.core.filter.types with parameters of type ExpressionRuntime
 Object LabelType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ResourceFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object AutoLayoutBoxType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object DateFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ResourceMessageType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object EllipseType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ExternalElementType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object RectangleType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ContentType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object TextFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object NumberFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object LegacyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object MessageType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ResourceLabelType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object HorizontalLineType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ContentFieldType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object VerticalLineType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 FormatSpecification DateFieldType.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
          Returns information about the formatstring that was used to transform a raw-value into a formatted text.
 FormatSpecification NumberFieldType.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
          Returns information about the formatstring that was used to transform a raw-value into a formatted text.
 FormatSpecification LegacyType.getFormatString(ExpressionRuntime runtime, Element element, FormatSpecification formatSpecification)
          Returns information about the formatstring that was used to transform a raw-value into a formatted text.
 Object DateFieldType.getRawValue(ExpressionRuntime runtime, Element element)
          Returns the unformated raw value.
 Object NumberFieldType.getRawValue(ExpressionRuntime runtime, Element element)
          Returns the unformated raw value.
 Object LegacyType.getRawValue(ExpressionRuntime runtime, Element element)
          Returns the unformated raw value.
 Object LabelType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object AutoLayoutBoxType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DateFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceMessageType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object EllipseType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ExternalElementType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object RectangleType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ContentType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object TextFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object NumberFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object LegacyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object MessageType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ResourceLabelType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object HorizontalLineType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ContentFieldType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object VerticalLineType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
static Object ElementTypeUtils.queryFieldOrValue(ExpressionRuntime runtime, Element element)
           
static String ElementTypeUtils.queryResourceId(ExpressionRuntime runtime, Element element)
           
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.filter.types.bands
 

Methods in org.pentaho.reporting.engine.classic.core.filter.types.bands with parameters of type ExpressionRuntime
 Object PageHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object DetailsHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ReportFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object GroupHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabTitleHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object DetailsFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabSummaryFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object WatermarkType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabTitleFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object NoDataBandType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabSummaryHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabRowGroupBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object MasterReportType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object BandType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabColumnGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabColumnGroupBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ItemBandType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabOtherGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object PageFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object RelationalGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object GroupFooterType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object GroupDataBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object ReportHeaderType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabRowGroupType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object CrosstabOtherGroupBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object SubGroupBodyType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object SubReportType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object PageHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DetailsHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ReportFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object GroupHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabTitleHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object DetailsFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabSummaryFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object WatermarkType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabTitleFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object NoDataBandType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabSummaryHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabRowGroupBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object MasterReportType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object BandType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabColumnGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabColumnGroupBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ItemBandType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabOtherGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object PageFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object RelationalGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object GroupFooterType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object GroupDataBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object ReportHeaderType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabRowGroupType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object CrosstabOtherGroupBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object SubGroupBodyType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 Object SubReportType.getValue(ExpressionRuntime runtime, Element element)
          Returns the current value for the data source.
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.function
 

Classes in org.pentaho.reporting.engine.classic.core.function that implement ExpressionRuntime
 class GenericExpressionRuntime
          Todo: Document me!

Date: 13.05.2010 Time: 16:53:49

 class WrapperExpressionRuntime
           
 

Methods in org.pentaho.reporting.engine.classic.core.function that return ExpressionRuntime
 ExpressionRuntime AbstractExpression.getRuntime()
          Returns the ExpressionRune used in this expression.
 ExpressionRuntime ReportFormulaContext.getRuntime()
           
 ExpressionRuntime Expression.getRuntime()
          Retrieves the runtime instance.
 

Methods in org.pentaho.reporting.engine.classic.core.function with parameters of type ExpressionRuntime
 void ItemPercentageFunction.setRuntime(ExpressionRuntime runtime)
          Defines the ExpressionRune used in this expression.
 void AbstractExpression.setRuntime(ExpressionRuntime runtime)
          Defines the ExpressionRune used in this expression.
 void TotalGroupSumQuotientFunction.setRuntime(ExpressionRuntime runtime)
          Defines the ExpressionRune used in this expression.
 void PageOfPagesFunction.setRuntime(ExpressionRuntime runtime)
          Defines the ExpressionRune used in this expression.
 void Expression.setRuntime(ExpressionRuntime runtime)
          Defines the DataRow used in this expression.
 void WrapperExpressionRuntime.update(DataRow overrideValues, ExpressionRuntime runtime)
           
 

Constructors in org.pentaho.reporting.engine.classic.core.function with parameters of type ExpressionRuntime
ReportFormulaContext(org.pentaho.reporting.libraries.formula.FormulaContext backend, ExpressionRuntime runtime)
          Creates a new ReportFormulaContext using the given FormulaContext as backend.
WrapperExpressionRuntime(DataRow overrideValues, ExpressionRuntime runtime)
           
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout with parameters of type ExpressionRuntime
 void Renderer.add(Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void AbstractRenderer.add(Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void RepeatedFooterLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void LayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void DefaultLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void FooterLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void HeaderLayoutBuilder.add(RenderBox parent, Band band, ExpressionRuntime runtime, ReportStateKey stateKey)
           
 void StaticLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Layout a single band with all elements contained within the band.
 void BandLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Performs the layout of a band.
 void StackedLayoutManager.doLayout(Band b, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Performs the layout of a band.
 StrictDimension StaticLayoutManager.minimumLayoutSize(Band b, StrictDimension containerBounds, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension BandLayoutManager.minimumLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension StackedLayoutManager.minimumLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the minimum layout size for a band.
 StrictDimension StaticLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 StrictDimension BandLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 StrictDimension StackedLayoutManager.preferredLayoutSize(Band b, StrictDimension containerDims, StrictDimension maxUsableSize, LayoutSupport support, ExpressionRuntime runtime)
          Deprecated. Calculates the preferred layout size for a band.
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.layout.output
 

Classes in org.pentaho.reporting.engine.classic.core.layout.output that implement ExpressionRuntime
 class LayoutExpressionRuntime
          Creation-Date: Jan 22, 2007, 12:09:32 PM
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.metadata
 

Methods in org.pentaho.reporting.engine.classic.core.metadata with parameters of type ExpressionRuntime
 Object ElementType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.modules.misc.survey
 

Methods in org.pentaho.reporting.engine.classic.core.modules.misc.survey with parameters of type ExpressionRuntime
 Object SurveyScaleType.getDesignValue(ExpressionRuntime runtime, Element element)
           
 Object SurveyScaleType.getValue(ExpressionRuntime runtime, Element element)
           
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.parameters
 

Classes in org.pentaho.reporting.engine.classic.core.parameters that implement ExpressionRuntime
 class ParameterExpressionRuntime
           
 

Methods in org.pentaho.reporting.engine.classic.core.parameters with parameters of type ExpressionRuntime
static Object FormulaParameterEvaluator.computeValue(ExpressionRuntime runtime, String formula, ValidationResult result, ParameterDefinitionEntry entry, Object defaultValue)
           
 

Uses of ExpressionRuntime in org.pentaho.reporting.engine.classic.core.states.datarow
 

Classes in org.pentaho.reporting.engine.classic.core.states.datarow that implement ExpressionRuntime
 class InlineDataRowRuntime
          This is a internal class that provides a expression-runtime for internal purposes.