|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.engine.engineV2.StiStaticBandsHelper
public class StiStaticBandsHelper
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 |
---|
public StiEngine engine
Constructor Detail |
---|
public StiStaticBandsHelper(StiEngine engine)
Method Detail |
---|
public final double getReservedFreeSpace()
public final double getReservedCrossFreeSpace()
public final double getReservedPositionX()
public final double getReservedPositionY()
public final double getReservedPositionBottomY()
public final void Render()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |