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

Packages that use StructureFunction
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.function.sys   
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.states.crosstab   
 

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

Methods in org.pentaho.reporting.engine.classic.core that return StructureFunction
 StructureFunction AbstractReportDefinition.getStructureFunction(int index)
          Returns the structure function at the given position.
 StructureFunction[] AbstractReportDefinition.getStructureFunctions()
          Returns a copy of all structure functions contained in the report.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type StructureFunction
 void AbstractReportDefinition.addStructureFunction(StructureFunction function)
          Adds a structural function to the report.
 void AbstractReportDefinition.removeStructureFunction(StructureFunction f)
          Removes the given function from the collection of structure functions.
 

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

Classes in org.pentaho.reporting.engine.classic.core.function.sys that implement StructureFunction
 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

 

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

Methods in org.pentaho.reporting.engine.classic.core.states that return StructureFunction
 StructureFunction[] SubLayoutProcess.getCollectionFunctions()
           
 StructureFunction[] InitialLayoutProcess.getCollectionFunctions()
           
 StructureFunction[] LayoutProcess.getCollectionFunctions()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.states with parameters of type StructureFunction
SubLayoutProcess(LayoutProcess parent, StructureFunction[] structureFunctions)
           
 

Uses of StructureFunction in org.pentaho.reporting.engine.classic.core.states.crosstab
 

Classes in org.pentaho.reporting.engine.classic.core.states.crosstab that implement StructureFunction
 class CrosstabProcessorFunction
          Computes the column-axis values for all crosstabs in the current report and all of its subreports.