com.stimulsoft.report.engine.engineV2
Class StiEmptyBandsV2Helper

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

public class StiEmptyBandsV2Helper
extends java.lang.Object

A class helps to output EmptyBands.


Field Summary
 StiEngine engine
           
 
Constructor Summary
StiEmptyBandsV2Helper(StiEngine engine)
           
 
Method Summary
 void Clear()
          Clears selected EmptyBand.
 void Register(java.util.ArrayList<? extends StiBand> emptyBands)
          Registers the list of EmptyBands.
 void Render(StiContainer containerForRender, StiContainer selectedContainer)
          Renders the EmptyBand in the specified container.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

engine

public StiEngine engine
Constructor Detail

StiEmptyBandsV2Helper

public StiEmptyBandsV2Helper(StiEngine engine)
Method Detail

Register

public final void Register(java.util.ArrayList<? extends StiBand> emptyBands)
Registers the list of EmptyBands. Only the first EmptyBand from a co;;ection is used.


Clear

public final void Clear()
Clears selected EmptyBand.


Render

public final void Render(StiContainer containerForRender,
                         StiContainer selectedContainer)
Renders the EmptyBand in the specified container. EmptyBand will take free space in the specified container.

Parameters:
containerForRender - A container to output EmptyBand.
selectedContainer - A container-marker that is used to find Keep containers.