com.stimulsoft.report.engine.engineV2
Class StiStaticBandsHelper

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

public class StiStaticBandsHelper
extends java.lang.Object

A class helps to output PageHeaderBand, PageFooterBand, ReportTitleBand


Field Summary
 StiEngine engine
           
 
Constructor Summary
StiStaticBandsHelper(StiEngine engine)
           
 
Method Summary
 double getReservedCrossFreeSpace()
           
 double getReservedFreeSpace()
          Returns the FreeSpace value saved in the Render method.
 double getReservedPositionBottomY()
          Returns the PositionBottomY value saves in the Render method.
 double getReservedPositionX()
          Returns the PositionX value saves in the Render method.
 double getReservedPositionY()
          Returns the PositionY value saves in the Render method.
 void Render()
          Prints PageHeaderBand, PageFooterBand, ReportTitleBand
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

engine

public StiEngine engine
Constructor Detail

StiStaticBandsHelper

public StiStaticBandsHelper(StiEngine engine)
Method Detail

getReservedFreeSpace

public final double getReservedFreeSpace()
Returns the FreeSpace value saved in the Render method. The property is used in the SetNewColumnParameters method.


getReservedCrossFreeSpace

public final double getReservedCrossFreeSpace()

getReservedPositionX

public final double getReservedPositionX()
Returns the PositionX value saves in the Render method. The property is used in the SetNewColumnParameters method.


getReservedPositionY

public final double getReservedPositionY()
Returns the PositionY value saves in the Render method. The property is used in the SetNewColumnParameters method.


getReservedPositionBottomY

public final double getReservedPositionBottomY()
Returns the PositionBottomY value saves in the Render method. The property is used in the SetNewColumnParameters method.


Render

public final void Render()
Prints PageHeaderBand, PageFooterBand, ReportTitleBand