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

Packages that use DataTarget
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.states States used in the JFreeReport state transition diagram. 
 

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

Classes in org.pentaho.reporting.engine.classic.core that implement DataTarget
 class AbstractReportDefinition
          The AbstractReportDefinition serves as base-implementation for both the SubReport and the global JFreeReport instance.
 class AbstractRootLevelBand
          The root-level band is the container that is processed by a report-state.
 class AnchorElement
          Deprecated. to create anchors, use the style-key 'Anchor-Target' instead. This class will be removed in 0.8.11.
 class Band
          A report band is a collection of other elements and bands, similiar to an AWT-Container.
 class CrosstabColumnGroup
          Can have either a column body or a details body.
 class CrosstabColumnGroupBody
          Todo: Document Me
 class CrosstabGroup
          A crosstab group represents the page, row, column and detail sections of a cube.
 class CrosstabOtherGroup
          Can have either a row- or a column body.
 class CrosstabOtherGroupBody
          Todo: Document Me
 class CrosstabRowGroup
          Can have either a row- or a column body.
 class CrosstabRowGroupBody
          Todo: Document Me
 class CrosstabSummaryFooter
          A details footer is printed between the last itemband and the first group-footer.
 class CrosstabSummaryHeader
          A details header is printed between the last group-header and the first detail band.
 class CrosstabTitleFooter
          A details footer is printed between the last itemband and the first group-footer.
 class CrosstabTitleHeader
          A details header is printed between the last group-header and the first detail band.
 class DetailsFooter
          A details footer is printed between the last itemband and the first group-footer.
 class DetailsHeader
          A details header is printed between the last group-header and the first detail band.
 class DrawableElement
          Deprecated. This class is no longer used and will be removed in the next version.
 class Element
          Base class for all report elements (displays items that can appear within a report band).
 class Group
          A report group.
 class GroupBody
          This class only has two valid sub-classes and exists purely to limit the applicable composition options in the group-class.
 class GroupDataBody
          Todo: Document Me
 class GroupFooter
          A band that appears at the end of each instance of a group.
 class GroupHeader
          A report band that appears at the beginning of each instance of a group.
 class ImageElement
          Deprecated. This class is no longer used and will be removed in the next version.
 class ItemBand
          A report band that displays a row of data items.
 class MasterReport
          A JFreeReport instance is used as report template to define the visual layout of a report and to collect all data sources for the reporting.
 class NoDataBand
          The No-Data-Band is printed if the current report has no data in its main data-table.
 class PageFooter
          A report band that appears at the bottom of every page.
 class PageHeader
          A report band used to print information at the top of every page in the report.
 class RelationalGroup
          A group that accepts fields.
 class ReportFooter
          A report band that appears as the very last band on the report.
 class ReportHeader
          A report band that is printed once only at the beginning of the report.
 class Section
          A section is a small-scale band that allows to access the child elements but does not define how childs get added or organized in the section.
 class ShapeElement
          Deprecated. This class is no longer used and will be removed in the next version.
 class SubGroupBody
          A group body that contains a sub-group.
 class SubReport
          A subreport element.
 class TextElement
          Deprecated. This class is no longer used and will be removed in the next version.
 class Watermark
          A report band used to print information at the background of every page in the report.
 

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

Subinterfaces of DataTarget in org.pentaho.reporting.engine.classic.core.filter
 interface DataFilter
          A data filter is a combined input-/out target.
 

Classes in org.pentaho.reporting.engine.classic.core.filter that implement DataTarget
 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.
 

Uses of DataTarget in org.pentaho.reporting.engine.classic.core.states
 

Classes in org.pentaho.reporting.engine.classic.core.states that implement DataTarget
 class ReportDefinitionImpl
          A report definition.
 

Methods in org.pentaho.reporting.engine.classic.core.states with parameters of type DataTarget
static DataSource DataRowConnector.getLastDatasource(DataTarget e)
          Deprecated. no longer used.