Uses of Class
org.pentaho.reporting.engine.classic.core.layout.InlineSubreportMarker

Packages that use InlineSubreportMarker
org.pentaho.reporting.engine.classic.core.function The function package contains statefull functions and stateless expression for JFreeReport. 
org.pentaho.reporting.engine.classic.core.layout Banded layout management. 
org.pentaho.reporting.engine.classic.core.layout.output   
org.pentaho.reporting.engine.classic.core.modules.output.csv A plain CSV output. 
org.pentaho.reporting.engine.classic.core.modules.output.xml DEPRECATED The XML output generates a xml representation of the generated output. 
org.pentaho.reporting.engine.classic.core.states States used in the JFreeReport state transition diagram. 
org.pentaho.reporting.engine.classic.core.states.process   
 

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

Methods in org.pentaho.reporting.engine.classic.core.function that return InlineSubreportMarker
 InlineSubreportMarker[] OutputFunction.getInlineSubreports()
           
 

Uses of InlineSubreportMarker in org.pentaho.reporting.engine.classic.core.layout
 

Methods in org.pentaho.reporting.engine.classic.core.layout that return InlineSubreportMarker
 InlineSubreportMarker[] Renderer.endSection()
           
 InlineSubreportMarker[] AbstractRenderer.endSection()
           
 InlineSubreportMarker[] RepeatedFooterLayoutBuilder.endSection(RenderBox pageArea, RenderBox sectionBox)
           
 InlineSubreportMarker[] LayoutBuilder.endSection(RenderBox pageArea, RenderBox sectionBox)
           
 InlineSubreportMarker[] DefaultLayoutBuilder.endSection(RenderBox pageArea, RenderBox sectionBox)
           
 InlineSubreportMarker[] FooterLayoutBuilder.endSection(RenderBox pageArea, RenderBox sectionBox)
           
 InlineSubreportMarker[] HeaderLayoutBuilder.endSection(RenderBox pageArea, RenderBox sectionBox)
           
 

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

Methods in org.pentaho.reporting.engine.classic.core.layout.output that return InlineSubreportMarker
 InlineSubreportMarker[] PreparedCrosstabLayout.getDataSubReportMarker()
           
 InlineSubreportMarker[] PreparedCrosstabLayout.getHeaderSubReportMarker()
           
 InlineSubreportMarker[] DefaultOutputFunction.getInlineSubreports()
           
 

Methods in org.pentaho.reporting.engine.classic.core.layout.output with parameters of type InlineSubreportMarker
 void DefaultOutputFunction.addSubReportMarkers(InlineSubreportMarker[] markers)
           
 

Uses of InlineSubreportMarker in org.pentaho.reporting.engine.classic.core.modules.output.csv
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.csv that return InlineSubreportMarker
 InlineSubreportMarker[] CSVWriter.getInlineSubreports()
           
 

Uses of InlineSubreportMarker in org.pentaho.reporting.engine.classic.core.modules.output.xml
 

Methods in org.pentaho.reporting.engine.classic.core.modules.output.xml that return InlineSubreportMarker
 InlineSubreportMarker[] XMLWriter.getInlineSubreports()
          Deprecated.  
 

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

Methods in org.pentaho.reporting.engine.classic.core.states that return InlineSubreportMarker
 InlineSubreportMarker ReportState.getCurrentSubReportMarker()
           
 

Uses of InlineSubreportMarker in org.pentaho.reporting.engine.classic.core.states.process
 

Methods in org.pentaho.reporting.engine.classic.core.states.process that return InlineSubreportMarker
 InlineSubreportMarker ProcessState.getCurrentSubReportMarker()
           
 InlineSubreportMarker[] ProcessState.getSubReports()
           
 

Methods in org.pentaho.reporting.engine.classic.core.states.process with parameters of type InlineSubreportMarker
static int InlineSubreportProcessor.findNextIndex(InlineSubreportMarker[] markers, SubReportProcessType type, int startIndex)
           
 void ProcessState.initializeForSubreport(InlineSubreportMarker[] subReports, int subReportIndex, ProcessState parentState)