Class StiEmptyBandsV2Helper

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

public class StiEmptyBandsV2Helper extends Object
A class helps to output EmptyBands.
  • Field Details

  • Constructor Details

    • StiEmptyBandsV2Helper

      public StiEmptyBandsV2Helper(StiEngine engine)
  • Method Details

    • Register

      public final void Register(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.
    • findDataBand

      public StiDataBand findDataBand(StiEmptyBand 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.