com.stimulsoft.report.engine.engineV2
Class StiEmptyBandsV2Helper
java.lang.Object
com.stimulsoft.report.engine.engineV2.StiEmptyBandsV2Helper
public class StiEmptyBandsV2Helper
- extends java.lang.Object
A class helps to output EmptyBands.
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 |
engine
public StiEngine engine
StiEmptyBandsV2Helper
public StiEmptyBandsV2Helper(StiEngine engine)
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.