com.stimulsoft.report.engine.engineV2
Class StiRenderProviderV2

java.lang.Object
  extended by com.stimulsoft.report.engine.engineV2.StiRenderProviderV2

public final class StiRenderProviderV2
extends java.lang.Object


Constructor Summary
StiRenderProviderV2()
           
 
Method Summary
static void ClearPagesForFirstPass(StiReport report)
           
static void ClearPagesWhichLessThenFromPageAndGreaterThenToPage(StiReport report, StiRenderState state)
           
static boolean isFirstPage(StiReport report, StiPage page)
           
static boolean isLastPage(StiReport report, StiPage page)
           
static void ProcessPageToCache(StiReport report, StiPage page, boolean isFinal)
           
static void Render(StiReport report, StiRenderState state)
          Render the report.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiRenderProviderV2

public StiRenderProviderV2()
Method Detail

Render

public static void Render(StiReport report,
                          StiRenderState state)
Render the report.

Parameters:
report - Report for rendering.

ClearPagesWhichLessThenFromPageAndGreaterThenToPage

public static void ClearPagesWhichLessThenFromPageAndGreaterThenToPage(StiReport report,
                                                                       StiRenderState state)

ProcessPageToCache

public static void ProcessPageToCache(StiReport report,
                                      StiPage page,
                                      boolean isFinal)

isFirstPage

public static boolean isFirstPage(StiReport report,
                                  StiPage page)

isLastPage

public static boolean isLastPage(StiReport report,
                                 StiPage page)

ClearPagesForFirstPass

public static void ClearPagesForFirstPass(StiReport report)