Uses of Class
org.pentaho.reporting.engine.classic.core.layout.process.IterateStructuralProcessStep

Packages that use IterateStructuralProcessStep
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.layout.process   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal   
org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext PlainText export target module. 
org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal   
org.pentaho.reporting.engine.classic.core.modules.output.table.base Common base classes for the table style output targets. 
org.pentaho.reporting.engine.classic.core.modules.output.table.html The HTML4 and XHTML output target. 
org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper   
org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper   
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.layout.output
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.layout.output
 class CollectSelectedNodesStep
          Todo: Document Me
 class ValidateSafeToStoreStateStep
          Todo: Document me!

Date: 14.10.2010 Time: 14:58:17

 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.layout.process
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.layout.process
 class ApplyAutoCommitPageHeaderStep
          Marks the Page-Header as commited and as seen.
 class ApplyAutoCommitStep
          Applies the createRollbackInformation-marker to all closed boxes and applies the pending marker to all currently open boxes.
 class ApplyCachedValuesStep
          Creation-Date: 19.04.2007, 20:47:38
 class ApplyCommitStep
          Applies the createRollbackInformation-marker to all closed boxes and applies the pending marker to all currently open boxes.
 class ApplyPageShiftValuesStep
          This processing step applies the cache shift to all nodes.
 class CleanFlowBoxesStep
          Removed finished block-boxes.
 class CleanPaginatedBoxesStep
          This step must not remove boxes that have a manual break attached.
 class CommitStep
          Applies the createRollbackInformation-marker to all closed boxes and applies the pending marker to all currently open boxes.
 class CountBoxesStep
           
 class ParagraphLineBreakStep
          This static computation step performs manual linebreaks on all paragraphs.
 class RevalidateTextEllipseProcessStep
          Creation-Date: 31.07.2007, 19:09:52
 class RollbackStep
          Creation-Date: 18.10.2007, 13:41:08
 class ValidateModelStep
          This remains empty, until we start implementing the multi-column steps or some more advanced breakability checks.
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.pageable.graphics.internal
 class LogicalPageDrawable
          The page drawable is the content provider for the Graphics2DOutputTarget.
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.pageable.pdf.internal
 class PdfLogicalPageDrawable
          Creation-Date: 17.07.2007, 18:41:46
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.pageable.plaintext
 class TextDocumentWriter
          Creation-Date: 13.05.2007, 15:49:13
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.pageable.xml.internal
 class XmlDocumentWriter
          Creation-Date: 20.10.2007, 16:40:57
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.table.base
 class CellBackgroundProducer
           
 class DefaultTextExtractor
          Creation-Date: 02.11.2007, 14:14:23
 class TableContentProducer
          After the pagination was able to deriveForAdvance the table-structure (all column and row-breaks are now known), this second step flattens the layout-tree into a two-dimensional table structure.
 class TableLayoutProducer
          Creation-Date: 02.05.2007, 18:31:37
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.table.html
 class HtmlTextExtractor
          Creation-Date: 02.11.2007, 15:58:29
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.table.rtf.helper
 class RTFTextExtractor
          Todo: On Block-Level elements, apply the block-level styles like text-alignment and vertical-alignment.
 

Uses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper
 

Subclasses of IterateStructuralProcessStep in org.pentaho.reporting.engine.classic.core.modules.output.table.xls.helper
 class ExcelTableContentProducer
           
 class ExcelTextExtractor
          Creation-Date: 10.05.2007, 19:49:46