Uses of Class
org.pentaho.reporting.engine.classic.core.filter.FormatSpecification

Packages that use FormatSpecification
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   
 

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

Methods in org.pentaho.reporting.engine.classic.core.filter that return FormatSpecification
 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)
           
 

Methods in org.pentaho.reporting.engine.classic.core.filter with parameters of type FormatSpecification
 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)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.filter.templates that return FormatSpecification
 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)
           
 

Methods in org.pentaho.reporting.engine.classic.core.filter.templates with parameters of type FormatSpecification
 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)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.filter.types that return FormatSpecification
 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.
 

Methods in org.pentaho.reporting.engine.classic.core.filter.types with parameters of type FormatSpecification
 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.