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

Packages that use LayoutProcessorFunction
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
org.pentaho.reporting.engine.classic.core.function.sys   
 

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

Classes in org.pentaho.reporting.engine.classic.core.function that implement LayoutProcessorFunction
 class AbstractElementFormatFunction
          The AbstractElementFormatFunction provides a common base implementation for all functions that need to modify the report definition or the style of an report element or band during the report processing.
 class CreateHyperLinksFunction
          Deprecated. add style expressions to the 'href-target' and 'href-window' instead. It is much easier and less confusing.
 class ElementColorFunction
          Deprecated. add a style expression for the 'paint' style instead
 class ElementTrafficLightFunction
          Deprecated. This function can be safely replaced by a formula.
 class ElementVisibilityFunction
          Deprecated. add a style-expression for the visible style-key instead.
 class ElementVisibilitySwitchFunction
          Deprecated. Use the RowBandingFunction to modify the band's background color directly.
 class HideElementByNameFunction
          Deprecated. Use a formula
 class HideElementIfDataAvailableExpression
          Deprecated. Use a Style-Expression or make proper use of the No-Data-Band
 class HideNullValuesFunction
          Deprecated. This should be done using Style-Expressions.
 class HidePageBandForTableExportFunction
          Hides the page header and footer if the export type is not pageable.
 class ItemHideFunction
          The ItemHideFunction hides equal values in a group.
 class NegativeNumberPaintChangeFunction
          Deprecated. The same thing can be achieved using a simple StyleExpression on the element's PAINT stylekey.
 class RowBandingFunction
          A function that alternates the background-color for each item-band within a group.
 class ShowElementByNameFunction
          Deprecated. This can be done easier using style-expressions
 class ShowElementIfDataAvailableExpression
          Deprecated. Use a formula instead.
 class TriggerPageFooterFunction
          This function enables a "PageFooter only on last page" functionality.
 

Uses of LayoutProcessorFunction in org.pentaho.reporting.engine.classic.core.function.sys
 

Classes in org.pentaho.reporting.engine.classic.core.function.sys that implement LayoutProcessorFunction
 class AttributeExpressionsEvaluator
          Evaluates style-expressions and updates the stylesheet.
 class CellFormatFunction
          The cell-format function is an internal structure function that copies the format-strings of any text-field into the stylesheet of the element.
 class MetaDataStyleEvaluator
          Todo: Document Me
 class SheetNameFunction
          This function is used to generate sheet names into table exports.
 class StyleExpressionsEvaluator
          Evaluates style-expressions and updates the stylesheet.
 class WizardItemHideFunction
          Todo: Document me!

Date: 06.04.2009 Time: 18:54:33