Uses of Interface
org.pentaho.reporting.engine.classic.core.filter.DataFilter

Packages that use DataFilter
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. 
 

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

Classes in org.pentaho.reporting.engine.classic.core.filter that implement DataFilter
 class AnchorFilter
          Deprecated. The anchor filter is deprecated now. Use the stylekey "anchor" instead.
 class ComponentDrawableFilter
          A filter that wraps AWT- and Swing-components into a Drawable implementation.
 class DateFormatFilter
          A filter that creates string from dates.
 class DateFormatParser
          Parses a String into a java.util.Date.
 class DecimalFormatFilter
          A filter that formats the numeric value from a data source to a string representation using the decimal number system as base.
 class DecimalFormatParser
          A filter that parses string values from a data source to a number using the decimal numeric system as base.
 class DrawableLoadFilter
          The DrawableLoadFilter is used to load drawable image files (like WMF's) during the report generation process.
 class FormatFilter
          The base class for filters that format data.
 class FormatParser
          A format parser tries to parse a string into an object.
 class ImageLoadFilter
          The image load filter is used to load images during the report generation process.
 class ImageRefFilter
          A filter that converts an Image to an ImageReference.
 class NumberFormatFilter
          A filter that formats the numeric value from a data source to a string representation.
 class NumberFormatParser
          A filter that parses the numeric value from a data source string into a number representation.
 class ResourceFileFilter
          Lookup a key from a datasource using a ResourceBundle.
 class ShapeFilter
          A shape filter.
 class SimpleDateFormatFilter
          A filter that creates string from dates.
 class SimpleDateFormatParser
          Parses a String into a java.util.Date.
 class StringFilter
          A filter that returns the value from a data source as a String.
 class URLFilter
          The URLFilter forms URLs from Strings ,Files and URLs.